SELECT 
  jmj_product_descriptions.product_id, 
  jmj_product_descriptions.short_description, 
  IF(
    jmj_product_descriptions.short_description = '' 
    OR jmj_product_descriptions.short_description IS NULL, 
    jmj_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  jmj_product_descriptions 
WHERE 
  jmj_product_descriptions.product_id IN (
    1726, 1712, 1715, 1716, 1718, 1724, 1722, 
    1612, 1596, 1599, 1600, 1603, 1609, 
    1605
  ) 
  AND jmj_product_descriptions.lang_code = 'en'

Query time 0.00086

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "33.61"
    },
    "table": {
      "table_name": "jmj_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": 14,
      "rows_produced_per_join": 14,
      "filtered": "100.00",
      "index_condition": "((`jmj_test`.`jmj_product_descriptions`.`product_id` in (1726,1712,1715,1716,1718,1724,1722,1612,1596,1599,1600,1603,1609,1605)) and (`jmj_test`.`jmj_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "30.81",
        "eval_cost": "2.80",
        "prefix_cost": "33.61",
        "data_read_per_join": "53K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
1596 <p><b>Kurta</b></p>
1599 <p><b>Kurta Sets</b></p>
1600 <p><b>Kurtis</b></p>
1603 <p><b>Leggings</b></p>
1605 <p><b>Palazzos</b></p>
1609 <p><b>Lehenga Cholis</b></p>
1612 <ul><li></li></ul><p></p>
1712 <p><strong></strong></p><h4>Product DetailsĀ <span class="myntraweb-sprite pdp-productDetailsIcon sprites-productDetailsIcon"></span></h4> <ul><li>Red and white kurta</li><li>Bandhani printedĀ </li><li>Round neck</li><li>Three quarter regular sleeves</li><li>Regular design styling</li><li>Straight shape</li><li>Thread work detail</li><li>Calf length with Straight hem</li><li>Machine weave regular Rayon</li></ul> <p><strong></strong></p>
1715 <p></p><h4>Product DetailsĀ <span class="myntraweb-sprite pdp-productDetailsIcon sprites-productDetailsIcon"></span></h4> <p>Olive green & white embroidered Kurta with Trousers</p>
1716
1718
1722
1724
1726