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 (
    62845, 62844, 64276, 62204, 62163, 62981, 
    62595, 64189, 63136, 63525, 62983, 
    65067
  ) 
  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.00070

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 (62845,62844,64276,62204,62163,62981,62595,64189,63136,63525,62983,65067) 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
62163 wallaby-pendant-light 1887/1888/1889
62204 the-original-vented-chain-hung-pendant-light 1887/1888/1891
62595 blue-collar-chain-hung-pendant 2002
62844 raw-brass-multi-light-chandelier 1887/1888/2010
62845 the-atomic-topless-multi-light-chandelier 1887/1888/1893
62981 kao-esso-pendant-light 1887/1888/1889
62983 kao-fluted-shade-pendant-light 1887/1888/1889
63136 canal-soho-2-light-chandelier 1887/1888/2010
63525 austin-double-straight-arm-vanity-light 1887/1896/1902
64189 the-bomber-double-post-mount-exterior-light 1887/1904/1907
64276 conoco-swing-arm-sconce 1887/1896/1901
65067 sinclair-industrial-pendant-light 1887/1888/1889