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 (
    60602, 64366, 64369, 64908, 62447, 62582, 
    63852, 62664, 61531, 60603, 62839, 
    61467
  ) 
  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": 24,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (60602,64366,64369,64908,62447,62582,63852,62664,61531,60603,62839,61467) 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
60602 the-original-studio-light 1887/1888/1889
60603 wilcox-studio-light 2002
61467 von-braun-4-light-chandelier 1887/1888/2010
61531 chateau-food-warmer-pendant 1887/1888/1982
62447 bomber-3-light-stem-mount-pendant 1887/1888/1894
62582 outback-stem-mount-pendant-light 1887/1888/1890
62664 canal-soho-4-light-chandelier 1887/1888/2010
62839 indy-industrial-multi-light-chandelier 1887/1888/1893
63852 downtown-3-light-pendant-chandelier 1887/1888/1893
64366 milan-cylinder-stem-mount-pendant-light 1887/1888/1890
64369 venice-cylinder-chain-hung-pendant-light 1887/1888/1891
64908 drum-schoolhouse-semi-flush-mount-light 2002