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 (
    64822, 62061, 61489, 64781, 64757, 64906, 
    64735, 64776, 60815, 64793, 62669, 
    64785, 64847, 64751, 64900, 64789, 
    64871, 64963, 64857, 65091, 64848, 
    64659, 65522, 65672
  ) 
  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": 48,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (64822,62061,61489,64781,64757,64906,64735,64776,60815,64793,62669,64785,64847,64751,64900,64789,64871,64963,64857,65091,64848,64659,65522,65672) 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
60815 sequestered-cage-pendant 1887/1888/1890
61489 the-fluted-shade-stem-mount-pendant 1887/1888/1890
62061 aero-vented-stem-mount-pendant-light 1887/1888/1890
62669 marathon-soho-2-light-chandelier 1887/1888/1894
64659 egg-stem-mount-pendant-light 1887/1888/1890
64735 aero-stem-mount-pendant-light 1887/1888/1890
64751 esso-stem-mount-pendant-light 1887/1888/1890
64757 conoco-stem-mount-pendant-light 1887/1888/1890
64776 rochester-vintage-industrial-stem-mount-pendant-light 1887/1888/1890
64781 chicago-vintage-industrial-stem-mount-pendant-light 1887/1888/1890
64785 syracuse-vintage-industrial-stem-mount-pendant-light 1887/1888/1890
64789 cleveland-vintage-industrial-stem-mount-pendant-light 1887/1888/1890
64793 bridgeport-vintage-industrial-stem-mount-pendant-light 1887/1888/1890
64822 loma-stem-mount-pendant-light 1887/1888/1890
64847 sinclair-stem-and-loop-pendant-light 1887/1888/1890
64848 conoco-stem-and-loop-pendant-light 1887/1888/1890
64857 loma-28-and-36-stem-mount-pendant-light 1887/1888/1890
64871 round-schoolhouse-stem-mount-pendant-light 1887/1888/1890
64900 acorn-schoolhouse-stem-mount-pendant-light 1887/1888/1890
64906 drum-schoolhouse-stem-mount-pendant-light 1887/1888/1890
64963 glass-ball-stem-mount-pendant-light 1887/1888/1890
65091 bucket-stem-mount-pendant-light 1887/1888/1890
65522 wilcox-deep-bowl-stem-mount-pendant-light-24 1887/1888/1890
65672 fire-chief-stem-mount-pendant-light 1887/1888/1890