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 (
    12988, 12989, 12990, 12991, 12992, 12993, 
    12994, 12995, 12996, 12997, 12998, 
    12999
  ) 
  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.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.81"
    },
    "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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "index_condition": "((`test2_gaseus`.`cscart_seo_names`.`object_id` in (12988,12989,12990,12991,12992,12993,12994,12995,12996,12997,12998,12999)) 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": "14.41",
        "eval_cost": "2.40",
        "prefix_cost": "16.81",
        "data_read_per_join": "40K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
12988 single-bundle-manifold-station-vulkan-tecline-eb75-300 265/266/267/312
12989 single-bundle-manifold-station-vulkan-tecline-eb75-300-en 265/266/267/312
12990 single-bundle-manifold-station-vulkan-tecline-eb75-300-en-2 265/266/267/312
12991 single-bundle-manifold-station-vulkan-tecline-eb75-300-en-3 265/266/267/312
12992 single-bundle-manifold-station-vulkan-tecline-eb75-300-en-4 265/266/267/312
12993 single-bundle-manifold-station-vulkan-tecline-eb75-300-en-5 265/266/267/312
12994 single-bundle-manifold-station-vulkan-tecline-eb75-300-en-6 265/266/267/312
12995 single-bundle-manifold-station-vulkan-tecline-eb75-300-en-7 265/266/267/312
12996 single-bundle-manifold-station-vulkan-tecline-eb75-300-en-8 265/266/267/312
12997 single-bundle-manifold-station-vulkan-tecline-eb75-300-en-9 265/266/267/312
12998 single-bundle-manifold-station-vulkan-tecline-eb75-300-en-10 265/266/267/312
12999 single-bundle-manifold-station-vulkan-tecline-eb75-300-en-11 265/266/267/312