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 (
    64905, 62626, 64351, 64867, 62246, 62185, 
    65469, 64761
  ) 
  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.00060

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": 16,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (64905,62626,64351,64867,62246,62185,65469,64761) 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
62185 aero-retro-desk-lamp 1887/1909/1910
62246 downtown-minimalist-plug-in-sconce 1887/1896/1899
62626 outback-chain-hung-pendant-light 1887/1888/1891
64351 bubble-5-light-chandelier 1887/1888/2010
64761 marathon-stem-mount-pendant-light 1887/1888/1890
64867 marathon-wooden-top-pendant 1887/1888/1889
64905 drum-schoolhouse-gooseneck-light 1887/1896/1897
65469 syracuse-vintage-industrial-flush-mount-light 1640