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 (
    64916, 62863, 64359, 64374, 64375, 64470, 
    62654, 62657, 64961, 62648, 64930, 
    62653, 64990, 62655, 64986, 62656, 
    64978, 64972, 64926, 64968, 64934, 
    65074, 65030, 64982
  ) 
  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.00086

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 (64916,62863,64359,64374,64375,64470,62654,62657,64961,62648,64930,62653,64990,62655,64986,62656,64978,64972,64926,64968,64934,65074,65030,64982) 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
62648 blue-collar-led-chain-hung-pendant-light 1920/1927/1930
62653 industrial-guard-led-chain-hung-pendant 1920/1927/1930
62654 brisbane-led-chain-hung-pendant-light 1920/1927/1930
62655 wallaby-led-chain-hung-pendant-light 1920/1927/1930
62656 sydney-led-chain-hung-pendant-light 1920/1927/1930
62657 outback-led-chain-hung-pendant-light 1920/1927/1930
62863 primary-led-schoolhouse-chain-hung-pendant-light 1920/1927/1930
64359 the-bullet-chain-hung-led-pendant 1920/1921/1926
64374 milan-cylinder-led-chain-hung-pendant-light 1920/1927/1930
64375 venice-cylinder-led-chain-hung-pendant-light 1920/1927/1930
64470 the-schoolhouse-high-lumen-led-chain-hung-pendant 1920/1927/1930
64916 the-original-led-chain-hung-pendant-light 1920/1927/1930
64926 aero-led-chain-hung-pendant-light 1920/1927/1930
64930 avalon-led-chain-hung-pendant-light 1920/1927/1930
64934 dominion-led-chain-hung-pendant-light 1920/1927/1930
64961 wilcox-led-deep-bowl-chain-hung-pendant-light 1920/1927/1930
64968 bomber-led-chain-hung-pendant-light 1920/1927/1930
64972 union-led-chain-hung-pendant-light 1920/1927/1930
64978 seaside-led-chain-hung-pendant-light 1920/1927/1930
64982 marathon-led-chain-hung-pendant-light 1920/1927/1930
64986 conoco-led-chain-hung-pendant-light 1920/1927/1930
64990 sinclair-led-chain-hung-pendant-light 1920/1927/1930
65030 the-original-nautical-led-chain-hung-pendant-light 1920/1927/1930
65074 wilcox-nautical-led-chain-hung-pendant-light 1920/1927/1930