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 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    205887, 201694, 205889, 205890, 205892
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00058

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.02"
    },
    "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": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "6.02",
        "eval_cost": "1.00",
        "prefix_cost": "7.02",
        "data_read_per_join": "34K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (205887,201694,205889,205890,205892)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
201694 <p>Excellent assortment for mixing, spreading, scratching, large paintings, murals etc. Good choice for experienced artists, hobbyists, children or students. These stainless steel spatulas with sturdy wooden handles offer a long service life. Easy to clean. Wipe off excess paint. Use soap and warm water to clean knives. In oil applications, use thinner alcoholic beverages or minerals and do not immerse the blade in solvent or water.</p> <p></p>
205887 <p>Baby watercolors: soft 5 mm, threaded tip, these quick-drying pens</p> <p>  are very comfortable for use by small children's hands.</p> <p>This package includes 18 vivid colors, with long lasting,</p> <p>including pink, red, orange, yellow, green, blue,</p> <p>  brown, black and gray. Harmless water-based paint washable</p> <p>  lightweight leather and clothing. Suitable for coloring,</p> <p>  sketched or drawn on paper or cardboard.</p> <p>  Not suitable for children under 2 years old.</p> <p></p>
205889 <p>Wood paint with rubber "Giotto Stilnovo" 10 pieces. F</p> <p>Comfortable hexagonal hand tools for children and diameter 3.3 mm + sharpener.</p> <p></p>
205890 <p>Material / i: Stainless steel</p> <p>&nbsp;Available numbers or colors: Pink + Yellow, Green + Yellow, Pink + Blue&nbsp;</p> <p> </p>
205892 <p>Adhesive adhesive Fatih Stick 10gr. Solvent free, non-toxic.</p> <p>&nbsp;Water based, washable. Ideal for gluing paper and cardboard.&nbsp;</p> <p>Odorless. It is safe for children.</p>