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 (
    62246, 61461, 60906, 62040, 61425, 63431, 
    62660, 58884, 59877, 61453, 62167, 
    62977
  ) 
  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.00051

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 (62246,61461,60906,62040,61425,63431,62660,58884,59877,61453,62167,62977) 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
58884 socket-assembly-coupler-7-wire 1571/1573
59877 the-original-2-light-stem-mount-pendant 1887/1888/1894
60906 austin-wall-sconce 1887/1896/1899
61425 industrial-guard-gooseneck-light 1887/1896/1897
61453 the-orbiter-4-light-chandelier 1887/1888/2010
61461 the-aldrin-4-light-chandelier 1887/1888/2010
62040 the-original-dual-arm-sign-light 1887/1896/1898
62167 wallaby-gooseneck-light 1887/1896/1897
62246 downtown-minimalist-plug-in-sconce 1887/1896/1899
62660 outback-flush-mount-pendant-light 1887/1888/1892
62977 kao-primary-schoolhouse-flush-mount-light 1887/1888/1892
63431 primary-schoolhouse-2-light-chandelier 1887/1888/1894