SELECT 
  cscart_seo_names.object_id AS product_id, 
  cscart_seo_names.name AS seo_name, 
  cscart_seo_names.path AS seo_path 
FROM 
  cscart_seo_names 
WHERE 
  cscart_seo_names.object_id IN (
    65070, 65008, 65044, 65052, 65123, 65065, 
    65060, 65000, 65056, 65525, 65655, 
    65656, 65658, 65810, 65820, 65806, 
    65800, 65817, 65659, 65657, 65789, 
    65895, 65937, 65888
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en' 
  AND (
    cscart_seo_names.company_id = 1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "dispatch"],
      "key": "dispatch",
      "key_length": "210",
      "used_key_parts": [
        "dispatch",
        "object_id",
        "type",
        "lang_code",
        "company_id"
      ],
      "rows": 48,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (65070,65008,65044,65052,65123,65065,65060,65000,65056,65525,65655,65656,65658,65810,65820,65806,65800,65817,65659,65657,65789,65895,65937,65888) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en' and (cscart_seo_names.company_id = 1 or cscart_seo_names.company_id = 0)"
    }
  }
}

Result

product_id seo_name seo_path
65000 esso-led-pendant-light 1920/1927/1928
65008 chicago-led-vintage-industrial-cord-hung-pendant-light 1920/1927/1928
65044 bomber-nautical-led-pendant-light 1920/1927/1928
65052 dominion-nautical-led-cord-hung-pendant 1920/1927/1928
65056 dino-nautical-led-pendant-light 1920/1927/1928
65060 seaside-nautical-led-pendant-light 1920/1927/1928
65065 sterling-nautical-led-pendant-light 1920/1927/1928
65070 marathon-nautical-led-pendant-light 1920/1927/1928
65123 touchdown-led-pendant-light 1920/1927/1928
65525 wilcox-led-deep-bowl-pendant-light-24 1920/1921/1924
65655 glass-ball-led-wooden-top-pendant-light 1920/1921/1985
65656 conoco-led-wooden-top-pendant-light 1920/1921/1985
65657 marathon-led-wooden-top-pendant-light 1920/1921/1985
65658 marathon-led-pendant-with-wood-diffuser 1516/1577/1743
65659 brunson-led-wooden-top-pendant 1920/1921/1985
65789 sinclair-28-led-pendant-light 1842/1843/1846
65800 avalon-led-studio-light-42 1842/1843/1844
65806 laramie-led-studio-light-30 1842/1843/1844
65810 laramie-nautical-led-studio-light-30 1842/1843/1844
65817 chestnut-led-studio-light-30 1842/1843/1844
65820 chestnut-nautical-led-studio-light-30 1842/1843/1844
65888 cassidy-led-globe-studio-pendant-light 1842/1849/1850
65895 oxford-led-studio-pendant-light 1842/1843/1844
65937 suora-led-linear-suspension-light 1842/1849/1850