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 (
    1692, 1687, 1688, 1691, 1689, 1072, 1073, 
    1140, 1141, 1144, 1145, 1071
  ) 
  AND jmj_product_descriptions.lang_code = 'en'

Query time 0.01117

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.81"
    },
    "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": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "index_condition": "((`jmj_test`.`jmj_product_descriptions`.`product_id` in (1692,1687,1688,1691,1689,1072,1073,1140,1141,1144,1145,1071)) and (`jmj_test`.`jmj_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "26.41",
        "eval_cost": "2.40",
        "prefix_cost": "28.81",
        "data_read_per_join": "45K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
1071 <p>Mens Jute waistcoats in modern colours</p>
1072 <p>Mens Kurta Pajama in linen mix fabric</p>
1073 <p>Kurta pajama set in linen mix fabric</p>
1140 <p>Mens Waistcoat sets in floral premium jaquard</p>
1141 <p>Mne waistcoat sets in fancy jacquards</p>
1144 <p>Mens kurta pajama with waistcoat</p>
1145 <p>Mens kurta pajama with designer waistcoat</p>
1687 <p></p><h4>Product Details <span class="myntraweb-sprite pdp-productDetailsIcon sprites-productDetailsIcon"></span></h4> <ul><li>Colour: green and beige</li><li>Ethnic motifs printed</li><li>Band collar</li><li>Long, regular sleeves</li><li>Straight shape with regular style</li><li>2 pockets</li><li>Knee length with straight hem</li><li>Machine weave regular cotton silk</li></ul>
1688 <p></p><h4>Product Details <span class="myntraweb-sprite pdp-productDetailsIcon sprites-productDetailsIcon"></span></h4> <p>Grey and white embroidered Kurta with Pyjamas</p>
1689 <p></p><h4>Product Details <span class="myntraweb-sprite pdp-productDetailsIcon sprites-productDetailsIcon"></span></h4> <p>Green woven design sherwani set<br />Green woven design sherwani, has a mandarin collar, stylised wrap-over front with button closures, long sleeves, one welt pocket and multiple slits<br />Black solid dhoti pants, has a partially elasticated waistband with drawstring closure</p>
1691 <p></p><h4>Product Details <span class="myntraweb-sprite pdp-productDetailsIcon sprites-productDetailsIcon"></span></h4> <p>Metalic coloured and white embroidered woven Nehru jacket, has a mandarin collar, a full button placket, sleeveless, three pockets</p>
1692 <p></p><h4>Product Details <span class="myntraweb-sprite pdp-productDetailsIcon sprites-productDetailsIcon"></span></h4> <p>Khaki-coloured embroidered mid-rise dhoti pant with pleats, has a drawstring closure</p>