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 (
    152072, 431783, 431802, 152081, 359758
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00122

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 (152072,431783,431802,152081,359758)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
152072 <p>Pantalone jeans marchio HANGAR 93 , MADE IN ITALY , 100%COTONE ,TAGLIE DISPONIBILI , 42 , 44 ,46,48</p>
152081 <p></p><p>Pantalone 3/4 hangar 93 , made in italy </p><p>Taglia disponibile in : s,m,L,xl</p> <p><br /></p>
359758 <ul><li>Similpelle</li><li>taglia unica (<strong>Veste bene fino a una L)</strong></li></ul>
431783 <p>Quality children's clothing, for every age group starting from newborn to 13 years offered by Fashion Kids. Made with quality material, our products are the perfect choice to keep your children cool and comfortable without missing out on style.</p>
431802 <p>Quality children's clothing, for every age group starting from newborn to 13 years offered by Fashion Kids. Made with quality material, our products are the perfect choice to keep your children cool and comfortable without missing out on style.</p>