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 (
    64374, 64468, 64375, 62704, 61273, 64470, 
    62408, 61247, 62584, 62432, 63830, 
    62846
  ) 
  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.00073

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": 24,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (64374,64468,64375,62704,61273,64470,62408,61247,62584,62432,63830,62846) 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
61247 laramie-led-pendant-light 1920/1927/1928
61273 laramie-led-stem-mount-pendant-light 1920/1927/1929
62408 sydney-led-stem-mount-pendant-light 1920/1927/1929
62432 the-cherokee-led-uplight-cord-hung-pendant 1920/1927/1928
62584 outback-led-stem-mount-pendant-light 1920/1927/1929
62704 chestnut-led-stem-mount-pendant-light 1920/1927/1929
62846 the-atomic-topless-led-multi-light-chandelier 1920/1927/1932
63830 static-ring-led-stem-mount-pendant-light 1920/1927/1929
64374 milan-cylinder-led-chain-hung-pendant-light 1920/1927/1930
64375 venice-cylinder-led-chain-hung-pendant-light 1920/1927/1930
64468 primary-schoolhouse-high-lumen-led-stem-mount-light 1920/1927/1929
64470 the-schoolhouse-high-lumen-led-chain-hung-pendant 1920/1927/1930