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 (
    30238, 60599, 30237, 60600, 60598, 60597, 
    30235, 64608, 64197, 65763, 65768, 
    62034
  ) 
  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.00048

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 (30238,60599,30237,60600,60598,60597,30235,64608,64197,65763,65768,62034) 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
30235 nostalgic-edison-style-victorian-25-watt-light-bulb 1816/1817
30237 nostalgic-edison-style-1910-era-40-watt-light-bulb 1816/1817
30238 nostalgic-edison-style-1890-era-40-watt-light-bulb 1816/1817
60597 nostalgic-edison-40-watt-spiral-light-bulb 1816/1817
60598 nostalgic-edison-30-watt-hairpin-light-bulb 1816/1817
60599 nostalgic-edison-40-watt-thread-light-bulb 1816/1817
60600 nostalgic-edison-40-watt-g30-light-bulb 1816/1817
62034 nostalgic-edison-style-victorian-60-watt-light-bulb 1816/1817
64197 small-mr.-clarke-clock-dark-stain-finish-fine-marker-brass-dial 1816/1817
64608 led-edison-t14-120-lumen-bulb 1816/1817
65763 primary-schoolhouse-plug-in-sconce-in-615-oil-rubbed-bronze 1816/1817
65768 14-wilcox-chain-hung-pendant-in-100-black-with-995-natural-raw-copper-interior 1816/1817