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 (
    61697, 60899, 61698, 61490, 61699, 62020, 
    62038, 64772, 61399, 62039, 64773, 
    62056, 62436, 64774, 64756, 62062, 
    64792, 64788, 64905, 64784, 64899, 
    65559, 65090, 64870
  ) 
  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.00072

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": 48,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (61697,60899,61698,61490,61699,62020,62038,64772,61399,62039,64773,62056,62436,64774,64756,62062,64792,64788,64905,64784,64899,65559,65090,64870) 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
60899 outback-gooseneck-light 1887/1896/1897
61399 the-original-led-warehouse-gooseneck-light-24-and-28 1614
61490 the-fluted-shade-gooseneck-light 1887/1896/1897
61697 canal-gooseneck-light 1887/1896/1897
61698 tuscany-gooseneck-light 1887/1896/1897
61699 chateau-gooseneck-light 1887/1896/1897
62020 chestnut-gooseneck-light 1887/1896/1897
62038 dual-arm-emblem-sign-light 1887/1896/1898
62039 dual-arm-fire-chief-sign-light 1887/1896/1898
62056 the-original-vented-gooseneck-light 1887/1896/1897
62062 aero-vented-gooseneck-light 1887/1896/1897
62436 wilcox-uplight-gooseneck-light 1887/1896/1897
64756 conoco-gooseneck-light 1887/1896/1897
64772 fire-chief-sign-light 1887/1896/1898
64773 emblem-sign-light 1887/1896/1898
64774 elliptical-sign-light 1887/1896/1898
64784 syracuse-vintage-industrial-gooseneck-light 1887/1896/1897
64788 cleveland-vintage-industrial-gooseneck-light 1887/1896/1897
64792 bridgeport-vintage-industrial-gooseneck-light 1887/1896/1897
64870 round-schoolhouse-gooseneck-light 1887/1896/1897
64899 acorn-schoolhouse-gooseneck-light 1887/1896/1897
64905 drum-schoolhouse-gooseneck-light 1887/1896/1897
65090 bucket-gooseneck-light 1887/1896/1897
65559 newport-gooseneck-light 1887/1896/1897