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 (
    62435, 61399, 60975, 59407, 60601, 62039, 
    62841, 64182, 63853, 60604, 64357, 
    63515
  ) 
  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.00058

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 (62435,61399,60975,59407,60601,62039,62841,64182,63853,60604,64357,63515) 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
59407 retro-renovation-porcelain-and-galvanized-pendant 1887/1888/1890
60601 union-studio-light 1887/1888/1889
60604 bomber-studio-light 1887/1888/1889
60975 austin-2-light-vanity-sconce 1887/1896/1902
61399 the-original-led-warehouse-gooseneck-light-24-and-28 1614
62039 dual-arm-fire-chief-sign-light 1887/1896/1898
62435 wilcox-uplight-chain-hung-pendant 1887/1888/1891
62841 indy-porcelain-socket-multi-light-chandelier 1887/1888/1893
63515 downtown-minimalist-adjustable-plug-in-sconce 1887/1896/1899
63853 downtown-4-light-pendant-chandelier 1887/1888/1893
64182 the-seaside-radial-wave-single-post-mount-exterior-light 1887/1904/1907
64357 the-bullet-gooseneck-led-sign-light 1920/1938/1940