SELECT 
  cscart_ult_product_descriptions.product_id, 
  cscart_ult_product_descriptions.short_description, 
  IF(
    cscart_ult_product_descriptions.short_description = "", 
    cscart_ult_product_descriptions.full_description, 
    ""
  ) AS full_description, 
  cscart_ult_product_descriptions.meta_keywords, 
  cscart_ult_product_descriptions.meta_description, 
  cscart_ult_product_descriptions.search_words, 
  cscart_ult_product_descriptions.promo_text 
FROM 
  cscart_ult_product_descriptions 
WHERE 
  cscart_ult_product_descriptions.product_id IN (
    13014, 13028, 13040, 13052, 12960, 12974, 
    12988, 13000, 12926, 12942
  ) 
  AND cscart_ult_product_descriptions.company_id = 1 
  AND cscart_ult_product_descriptions.lang_code = 'en'

Query time 0.00060

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.01"
    },
    "table": {
      "table_name": "cscart_ult_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id",
        "company_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code",
        "company_id"
      ],
      "key_length": "13",
      "rows_examined_per_scan": 10,
      "rows_produced_per_join": 10,
      "filtered": "100.00",
      "index_condition": "((`test2_gaseus`.`cscart_ult_product_descriptions`.`company_id` = 1) and (`test2_gaseus`.`cscart_ult_product_descriptions`.`product_id` in (13014,13028,13040,13052,12960,12974,12988,13000,12926,12942)) and (`test2_gaseus`.`cscart_ult_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "6.01",
        "eval_cost": "1.00",
        "prefix_cost": "7.01",
        "data_read_per_join": "38K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "company_id",
        "short_description",
        "full_description",
        "meta_keywords",
        "meta_description",
        "search_words",
        "promo_text"
      ]
    }
  }
}

Result

product_id short_description full_description meta_keywords meta_description search_words promo_text
12988 Single-bundle manifold station Vulkan TecLine EB75/300. Complete on stainless steel base plate, with HP shut-off valve, manifold fin regulator HR60 acc. to ISO 7291 (adiabatic compression tested), and main shut-off valve. Manual switching. Inlet pressure max 300 bar, outlet pressure 0–60 bar. Max. flow 140 Nm³/h at 60 bar. With standard pressure gauges. Dimensions: 370 × 280 × 110 mm, N/A kg.
13028 Single-bundle manifold station Vulkan TecLine EB120/300. Complete on stainless steel base plate, with HP shut-off valve, manifold fin regulator HR60 acc. to ISO 7291 (adiabatic compression tested), and main shut-off valve. Manual switching. Inlet pressure max 300 bar, outlet pressure 15–60 bar. Max. flow 450 Nm³/h at 60 bar. With standard pressure gauges. Dimensions: N/A mm, N/A kg.
13040 Single-bundle manifold station Vulkan TecLine EB200/300. Complete on stainless steel base plate, with HP shut-off valve, manifold fin regulator HR200 acc. to ISO 7291 (adiabatic compression tested), and main shut-off valve. Manual switching. Inlet pressure max 300 bar, outlet pressure 15–200 bar. Max. flow 480 Nm³/h at 200 bar. With standard pressure gauges. Dimensions: 390 × 240 × 240 mm, N/A kg.
13052 Single-bundle manifold station Vulkan TecLine EB270/300. Complete on stainless steel base plate, with HP shut-off valve, manifold fin regulator HR270 acc. to ISO 7291 (adiabatic compression tested), and main shut-off valve. Manual switching. Inlet pressure max 300 bar, outlet pressure 15–270 bar. Max. flow 480 Nm³/h at 270 bar. With standard pressure gauges. Dimensions: 390 × 240 × 240 mm, N/A kg.