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 (
    11851, 11852, 11853, 11854, 11855, 11856, 
    11857, 11858, 11859, 11860, 11861, 
    11862, 11863, 11864, 11865, 11866, 
    11867, 11868
  ) 
  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.00058

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "25.21"
    },
    "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": 36,
      "rows_produced_per_join": 36,
      "filtered": "100.00",
      "index_condition": "((`gaseus`.`cscart_seo_names`.`object_id` in (11851,11852,11853,11854,11855,11856,11857,11858,11859,11860,11861,11862,11863,11864,11865,11866,11867,11868)) and (`gaseus`.`cscart_seo_names`.`type` = 'p') and (`gaseus`.`cscart_seo_names`.`dispatch` = '') and (`gaseus`.`cscart_seo_names`.`lang_code` = 'en') and ((`gaseus`.`cscart_seo_names`.`company_id` = 1) or (`gaseus`.`cscart_seo_names`.`company_id` = 0)))",
      "cost_info": {
        "read_cost": "21.61",
        "eval_cost": "3.60",
        "prefix_cost": "25.21",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
11851 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect 265/280/306
11852 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en 265/280/306
11853 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-2 265/280/306
11854 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-3 265/280/306
11855 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-4 265/280/306
11856 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-5 265/280/306
11857 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-6 265/280/306
11858 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-7 265/280/306
11859 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-8 265/280/306
11860 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-9 265/280/306
11861 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-10 265/280/306
11862 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-11 265/280/306
11863 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-12 265/280/306
11864 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-13 265/280/306
11865 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-14 265/280/306
11866 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-15 265/280/306
11867 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-16 265/280/306
11868 main-regulator-oxygen-0-10-bar-vulkan-h10-200-effect-en-17 265/280/306