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 (
    1684, 931, 933, 934, 940, 941, 1080, 1081, 
    1082, 1083, 1084, 1552
  ) 
  AND jmj_product_descriptions.lang_code = 'en'

Query time 0.01107

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 (1684,931,933,934,940,941,1080,1081,1082,1083,1084,1552)) 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
931 <p>IMP. FORWAY BELT MATCHING LOWER ( CROSS POCKET)</p>
933 <p>IMP. FORWAY BELT MATCHING LOWER ( D POCKET + BACK POCKET ) RIB</p>
934
940 <p>IMP. FORWAY MILANCH LOWER ( SIDE POCKET ZIP )</p>
941 <p>IMP. FORWAY LOWER SIDE POCKET ZIP ( BACK POCKET )</p>
1080 <p>IMP. FORWAY BELT (SIDE POCKET, BACK POCKET)</p>
1081 <p>IMP. FORWAY BELT MATCHING ( D POCKET, COIN POCKET)</p>
1082 <p>IMP. FORWAY BELT (SIDE POCKET JELLY ZIP)</p>
1083 <p>IMP. DRIFIT BELT ( D POCKET, BACK POCKET, COIN POCKET)</p>
1084 <p>IMP. FORWAY BELT PIPIN ( D POCKET )</p>
1552
1684 <p></p><h4>Product DetailsĀ <span class="myntraweb-sprite pdp-productDetailsIcon sprites-productDetailsIcon"></span></h4> <p>Navy Blue solid mid-rise trackpants, has an elasticated waistband with slip-on closure, has pockets and cuffed hems</p>