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 (
    12960, 12961, 12962, 12963, 12964, 12965, 
    12966, 12967, 12968, 12969, 12970, 
    12971, 12972, 12973
  ) 
  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.00065

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 (12960,12961,12962,12963,12964,12965,12966,12967,12968,12969,12970,12971,12972,12973)) 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
12960 single-bundle-manifold-station-vulkan-tecline-eb60-300 265/266/267/312
12961 single-bundle-manifold-station-vulkan-tecline-eb60-300-en 265/266/267/312
12962 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-2 265/266/267/312
12963 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-3 265/266/267/312
12964 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-4 265/266/267/312
12965 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-5 265/266/267/312
12966 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-6 265/266/267/312
12967 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-7 265/266/267/312
12968 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-8 265/266/267/312
12969 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-9 265/266/267/312
12970 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-10 265/266/267/312
12971 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-11 265/266/267/312
12972 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-12 265/266/267/312
12973 single-bundle-manifold-station-vulkan-tecline-eb60-300-en-13 265/266/267/312