SELECT 
  q_product_descriptions.product_id, 
  q_product_descriptions.short_description, 
  IF(
    q_product_descriptions.short_description = '', 
    q_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  q_product_descriptions 
WHERE 
  q_product_descriptions.product_id IN (
    7538, 7537, 7536, 7523, 7522, 7521, 7520, 
    7346, 7345, 7344, 7343, 7342, 7341, 
    7340, 7339, 7338
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00050

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "38.41"
    },
    "table": {
      "table_name": "q_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": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_product_descriptions`.`product_id` in (7538,7537,7536,7523,7522,7521,7520,7346,7345,7344,7343,7342,7341,7340,7339,7338)) and (`portal`.`q_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "35.21",
        "eval_cost": "3.20",
        "prefix_cost": "38.41",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
7338 Mont Blanc Emblem Mini EDT For Men, 4.5ML
7339 Mont Blanc Legend Spirit Edt For Men, 4.5ML
7340 Davidoff Cool Water For Men 125ml
7341 Davidoff Cool Water For Men, 75ML
7342 Davidoff Hot Water For Men, 110ML
7343 Davidoff Silver Shadow For Men, 100ML
7344 Davidoff The Game For Men, 100ML
7345 Calvin Klein CK One For Unisex, 100ML
7346 Calvin Klein One Shock Perfume For Man 100ml
7520 <h1><span style="font-size:12pt;">Al Shiyukh Ruby Attar Roll-On for Unisex, 8ML</span></h1>
7521 <span style="font-size:10pt;font-family:arial, helvetica, sans-serif;">Al Shiyukh Choco Musk Attar Roll-On for Unisex, 8M</span>
7522 <h1><span style="font-size:12pt;">Aseel Al Shiyukh Intense Fine Fragrance Attar Roll-on For Unisex 8ML</span></h1>
7523 Al Shiyukh White OUD Intense Fine Fragrance Attar Roll-on For Unisex 8ML
7536 <h1><span style="font-size:12pt;">Al Shiyukh L'ove Attar Roll-On for Unisex, 8ML</span></h1>
7537 My Perfumes JASMINE Concentrated Perfumed Oil For Unisex, 15ML
7538 My Perfumes AHASEES Concentrated Perfumed Oil For Unisex, 15ML