SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description, 
  cscart_product_descriptions.meta_keywords, 
  cscart_product_descriptions.meta_description, 
  cscart_product_descriptions.search_words, 
  cscart_product_descriptions.promo_text, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (13127, 13148, 13153, 12928) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00063

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.05"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "index_condition": "((`test2_gaseus`.`cscart_product_descriptions`.`product_id` in (13127,13148,13153,12928)) and (`test2_gaseus`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "3.65",
        "eval_cost": "0.40",
        "prefix_cost": "4.05",
        "data_read_per_join": "18K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "meta_keywords",
        "meta_description",
        "search_words",
        "promo_text",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description meta_keywords meta_description search_words promo_text unit_name
12928 Single-cylinder manifold station Vulkan LabLine SE 10/300 Effect (with standard gauges), chrome-plated. Modular add-on system. Manual switching. Complete on stainless steel base plate: 1× HP shut-off valve, 1× manifold regulator H10 single stage acc. to ISO 7291, 1× main shut-off valve, 1× purge valve, 1× cylinder rack. Inlet max 300 bar, outlet 0–10 bar. Max. flow 50 Nm³/h at 10 bar. Stainless steel diaphragm, gas purity up to 5.0. Dimensions: 420 × 280 × 110 mm.
13127 Manual manifold base station Vulkan LabLine BS 50/300 Effect, chrome-plated. Modular add-on system (Modula Vareo). Manual switching. Complete on stainless steel base plate: 1× distributing block, 1× manifold regulator H10 acc. to ISO 7291, 1× main shut-off valve, with purge valves. Inlet max 300 bar, outlet 0–10 bar. Max. flow 50 Nm³/h. Stainless steel diaphragm. Gas purity up to 5.0. Dimensions: 570 × 250 × 210 mm, 10 kg.
13148 Single-cylinder manifold station Vulkan LabLine SE 10/2 300 (with standard gauges), chrome-plated. Modular add-on system. Manual switching. Complete on stainless steel base plate: 1× HP shut-off valve, 1× manifold regulator H10/2 double stage acc. to ISO 7291, 1× main shut-off valve, 1× purge valve, 1× cylinder rack. Inlet max 300 bar, outlet 0–10 bar. Max. flow 30 Nm³/h at 10 bar. Stainless steel diaphragm, gas purity up to 5.0. Dimensions: 480 × 280 × 110 mm.
13153 Single-cylinder manifold station Vulkan LabLine SE 10/2 300 (with contact gauge (Reed switch)), chrome-plated. Modular add-on system. Manual switching. Complete on stainless steel base plate: 1× HP shut-off valve, 1× manifold regulator H10/2 double stage acc. to ISO 7291, 1× main shut-off valve, 1× purge valve, 1× cylinder rack. Inlet max 300 bar, outlet 0–10 bar. Max. flow 30 Nm³/h at 10 bar. Stainless steel diaphragm, gas purity up to 5.0. Dimensions: 480 × 280 × 110 mm.