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 (
    12464, 12465, 12466, 12467, 12468, 12469, 
    12470, 12471, 12472, 12473, 12474, 
    12475, 12476, 12477, 12478, 12479, 
    12480, 12481, 12482, 12483, 12484, 
    12485, 12486, 12487, 12488, 12489, 
    12490, 12491, 12492, 12493
  ) 
  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.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "42.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": 60,
      "rows_produced_per_join": 60,
      "filtered": "100.00",
      "index_condition": "((`test2_gaseus`.`cscart_seo_names`.`object_id` in (12464,12465,12466,12467,12468,12469,12470,12471,12472,12473,12474,12475,12476,12477,12478,12479,12480,12481,12482,12483,12484,12485,12486,12487,12488,12489,12490,12491,12492,12493)) 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": "36.01",
        "eval_cost": "6.00",
        "prefix_cost": "42.01",
        "data_read_per_join": "101K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
12464 line-pressure-regulator-vulkan-lh40-20-inert-gas-en-4 265/280/282/284
12465 line-pressure-regulator-vulkan-lh40-20-inert-gas-en-5 265/280/282/284
12466 line-pressure-regulator-vulkan-lh40-20-inert-gas-en-6 265/280/282/284
12467 line-pressure-regulator-vulkan-lh40-20-inert-gas-en-7 265/280/282/284
12468 line-pressure-regulator-vulkan-lh40-20-inert-gas-en-8 265/280/282/284
12469 line-pressure-regulator-vulkan-lh40-20-inert-gas-en-9 265/280/282/284
12470 line-pressure-regulator-vulkan-lh40-20-inert-gas-en-10 265/280/282/284
12471 line-pressure-regulator-vulkan-lh40-20-inert-gas-en-11 265/280/282/284
12472 line-pressure-regulator-vulkan-lh40-20-inert-gas-en-12 265/280/282/284
12473 line-pressure-regulator-vulkan-lh40-20-inert-gas-en-13 265/280/282/284
12474 line-pressure-regulator-vulkan-lh40-4-helium 265/280/282/284
12475 line-pressure-regulator-vulkan-lh40-4-helium-en 265/280/282/284
12476 line-pressure-regulator-vulkan-lh40-4-helium-en-2 265/280/282/284
12477 line-pressure-regulator-vulkan-lh40-4-helium-en-3 265/280/282/284
12478 line-pressure-regulator-vulkan-lh40-4-helium-en-4 265/280/282/284
12479 line-pressure-regulator-vulkan-lh40-4-helium-en-5 265/280/282/284
12480 line-pressure-regulator-vulkan-lh40-4-helium-en-6 265/280/282/284
12481 line-pressure-regulator-vulkan-lh40-4-helium-en-7 265/280/282/284
12482 line-pressure-regulator-vulkan-lh40-4-helium-en-8 265/280/282/284
12483 line-pressure-regulator-vulkan-lh40-4-helium-en-9 265/280/282/284
12484 line-pressure-regulator-vulkan-lh40-4-helium-en-10 265/280/282/284
12485 line-pressure-regulator-vulkan-lh40-4-helium-en-11 265/280/282/284
12486 line-pressure-regulator-vulkan-lh40-4-helium-en-12 265/280/282/284
12487 line-pressure-regulator-vulkan-lh40-4-helium-en-13 265/280/282/284
12488 line-pressure-regulator-vulkan-lh40-10-helium 265/280/282/284
12489 line-pressure-regulator-vulkan-lh40-10-helium-en 265/280/282/284
12490 line-pressure-regulator-vulkan-lh40-10-helium-en-2 265/280/282/284
12491 line-pressure-regulator-vulkan-lh40-10-helium-en-3 265/280/282/284
12492 line-pressure-regulator-vulkan-lh40-10-helium-en-4 265/280/282/284
12493 line-pressure-regulator-vulkan-lh40-10-helium-en-5 265/280/282/284