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 (
    1666, 1075, 1077, 1128, 1129, 1130, 1134, 
    1135, 1136, 1137, 1524, 1525
  ) 
  AND jmj_product_descriptions.lang_code = 'en'

Query time 0.00602

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 (1666,1075,1077,1128,1129,1130,1134,1135,1136,1137,1524,1525)) 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
1075 <p>Mens 5 piece suit </p>
1077 <p>Mens five piece suit in mesmerizing checks </p>
1128 <p>Mens 2 piece suit in tuxedo shawl collar</p>
1129 <p>Mens 2 piece suit in shawl collar</p>
1130 <p>Mens 2 piece designer suit</p>
1134 <p>Mens 5 piece suit in check</p>
1135 <p>Mens 5 Piece suit in smart checks</p>
1136 <p>Mens 5 pc suit in premium checks</p>
1137 <p>Mens suit in tuxedo shawl collar</p>
1524 <p>FEEL IT</p>
1525 <p>FEEL IT</p>
1666 <p></p><h4>Product Details <span class="myntraweb-sprite pdp-productDetailsIcon sprites-productDetailsIcon"></span></h4> <p>Rust self design two-piece slim-fit formal suit<br />Rust<br />Blazer, has a notched lapel collar, long sleeves, single breasted with button closure, double vented back hem, attached lining<br />Rust self design trousers, has a button and zip closure and 2 pockets</p>