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 (
    12364, 12365, 12366, 12367, 12368, 12369, 
    12370, 12371, 12372, 12373, 12374, 
    12375, 12376, 12377, 12378
  ) 
  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.00073

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.01"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code",
        "company_id"
      ],
      "key_length": "210",
      "rows_examined_per_scan": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "index_condition": "((`test2_gaseus`.`cscart_seo_names`.`object_id` in (12364,12365,12366,12367,12368,12369,12370,12371,12372,12373,12374,12375,12376,12377,12378)) and (`test2_gaseus`.`cscart_seo_names`.`type` = 'p') and (`test2_gaseus`.`cscart_seo_names`.`dispatch` = '') and (`test2_gaseus`.`cscart_seo_names`.`lang_code` = 'en') and ((`test2_gaseus`.`cscart_seo_names`.`company_id` = 1) or (`test2_gaseus`.`cscart_seo_names`.`company_id` = 0)))",
      "cost_info": {
        "read_cost": "18.01",
        "eval_cost": "3.00",
        "prefix_cost": "21.01",
        "data_read_per_join": "50K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
12364 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-2 265/280/306
12365 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-3 265/280/306
12366 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-4 265/280/306
12367 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-5 265/280/306
12368 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-6 265/280/306
12369 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-7 265/280/306
12370 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-8 265/280/306
12371 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-9 265/280/306
12372 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-10 265/280/306
12373 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-11 265/280/306
12374 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-12 265/280/306
12375 line-pressure-regulator-helium-0-20-bar-vulkan-l20-en-13 265/280/306
12376 line-pressure-regulator-co-argon-mixture-0-40-bar-vulkan-l40 265/280/306
12377 line-pressure-regulator-co-argon-mixture-0-40-bar-vulkan-l40-en 265/280/306
12378 line-pressure-regulator-co-argon-mixture-0-40-bar-vulkan-l40-en-2 265/280/306