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 (
    12974, 12975, 12976, 12977, 12978, 12979, 
    12980, 12981, 12982, 12983, 12984, 
    12985, 12986, 12987
  ) 
  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.00071

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "19.61"
    },
    "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": 28,
      "rows_produced_per_join": 28,
      "filtered": "100.00",
      "index_condition": "((`test2_gaseus`.`cscart_seo_names`.`object_id` in (12974,12975,12976,12977,12978,12979,12980,12981,12982,12983,12984,12985,12986,12987)) 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": "16.81",
        "eval_cost": "2.80",
        "prefix_cost": "19.61",
        "data_read_per_join": "47K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
12974 single-bundle-manifold-station-vulkan-tecline-eb70-300 265/266/267/312
12975 single-bundle-manifold-station-vulkan-tecline-eb70-300-en 265/266/267/312
12976 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-2 265/266/267/312
12977 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-3 265/266/267/312
12978 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-4 265/266/267/312
12979 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-5 265/266/267/312
12980 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-6 265/266/267/312
12981 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-7 265/266/267/312
12982 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-8 265/266/267/312
12983 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-9 265/266/267/312
12984 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-10 265/266/267/312
12985 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-11 265/266/267/312
12986 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-12 265/266/267/312
12987 single-bundle-manifold-station-vulkan-tecline-eb70-300-en-13 265/266/267/312