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 (
    60980, 62843, 63333, 63513, 63347, 64367, 
    61698, 61490, 60979, 63467, 62446, 
    62975
  ) 
  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.00056

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 (60980,62843,63333,63513,63347,64367,61698,61490,60979,63467,62446,62975) 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
60979 union-gooseneck-double-vanity-light 1887/1896/1902
60980 wilcox-gooseneck-double-vanity-light 1887/1896/1902
61490 the-fluted-shade-gooseneck-light 1887/1896/1897
61698 tuscany-gooseneck-light 1887/1896/1897
62446 aero-3-light-stem-mount-pendant 1887/1888/2010
62843 downtown-minimalist-multi-light-chandelier 1887/1888/1893
62975 kao-wall-sconce 1887/1896/1899
63333 union-3-light-stem-mount-pendant 1887/1888/2010
63347 the-wells-machine-age-chandelier 1887/1888/1894
63467 downtown-minimalist-3-light-chandelier 1887/1888/1894
63513 downtown-minimalist-adjustable-sconce 1887/1896/1899
64367 venice-cylinder-stem-mount-pendant-light 1887/1888/1890