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 (
    12876, 12877, 12878, 12879, 12880, 12881, 
    12882, 12883, 12884, 12885, 12886, 
    12887, 12888, 12889, 12890, 12891, 
    12892, 12893, 12894, 12895
  ) 
  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.00076

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.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": 40,
      "rows_produced_per_join": 40,
      "filtered": "100.00",
      "index_condition": "((`test2_gaseus`.`cscart_seo_names`.`object_id` in (12876,12877,12878,12879,12880,12881,12882,12883,12884,12885,12886,12887,12888,12889,12890,12891,12892,12893,12894,12895)) 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": "24.01",
        "eval_cost": "4.00",
        "prefix_cost": "28.01",
        "data_read_per_join": "67K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
12876 tapping-point-regulator-vulkan-tecline-e10 265/266/271/272/323
12877 tapping-point-regulator-vulkan-tecline-e10-en 265/266/271/272/323
12878 tapping-point-regulator-vulkan-tecline-e10-en-2 265/266/271/272/323
12879 tapping-point-regulator-vulkan-tecline-e10-en-3 265/266/271/272/323
12880 tapping-point-regulator-vulkan-tecline-e10-en-4 265/266/271/272/323
12881 tapping-point-regulator-vulkan-tecline-e10-en-5 265/266/271/272/323
12882 tapping-point-regulator-vulkan-tecline-e10-en-6 265/266/271/272/323
12883 tapping-point-regulator-vulkan-tecline-e10-en-7 265/266/271/272/323
12884 tapping-point-regulator-vulkan-tecline-e10-en-8 265/266/271/272/323
12885 tapping-point-regulator-vulkan-tecline-e10-en-9 265/266/271/272/323
12886 tapping-point-regulator-vulkan-tecline-e10-en-10 265/266/271/272/323
12887 tapping-point-regulator-vulkan-tecline-e10-en-11 265/266/271/272/323
12888 tapping-point-regulator-vulkan-tecline-e10-en-12 265/266/271/272/323
12889 tapping-point-regulator-vulkan-tecline-e10-en-13 265/266/271/272/323
12890 tapping-point-regulator-vulkan-tecline-e10-en-14 265/266/271/272/323
12891 tapping-point-regulator-vulkan-tecline-e10-en-15 265/266/271/272/323
12892 tapping-point-regulator-vulkan-tecline-e10-en-16 265/266/271/272/323
12893 tapping-point-regulator-vulkan-tecline-e10-en-17 265/266/271/272/323
12894 tapping-point-regulator-vulkan-tecline-e10-en-18 265/266/271/272/323
12895 tapping-point-regulator-vulkan-tecline-e10-en-19 265/266/271/272/323