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 (
    63430, 60978, 60980, 60979, 61620, 61621, 
    60976, 60975, 60981, 63231, 63234, 
    63816, 64149, 63526, 63525, 64151
  ) 
  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.00053

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": 32,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (63430,60978,60980,60979,61620,61621,60976,60975,60981,63231,63234,63816,64149,63526,63525,64151) 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
60975 austin-2-light-vanity-sconce 1887/1896/1902
60976 austin-gooseneck-double-vanity-light 1887/1896/1902
60978 union-2-light-vanity-sconce 1887/1896/1902
60979 union-gooseneck-double-vanity-light 1887/1896/1902
60980 wilcox-gooseneck-double-vanity-light 1887/1896/1902
60981 wilcox-2-light-vanity-sconce 1887/1896/1902
61620 primary-2-light-schoolhouse-vanity-light 1887/1896/1902
61621 primary-3-light-schoolhouse-vanity-light 1887/1896/1902
63231 industrial-guard-double-vanity-light 1887/1896/1902
63234 industrial-guard-triple-vanity-light 1887/1896/1902
63430 lang-machine-age-4-light-wall-sconce 1887/1896/1902
63525 austin-double-straight-arm-vanity-light 1887/1896/1902
63526 austin-triple-straight-arm-vanity-light 1887/1896/1902
63816 vanity-strip-light 1887/1896/1902
64149 static-ring-double-vanity-light 1887/1896/1902
64151 static-ring-triple-vanity-light 1887/1896/1902