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 (
    236, 237, 238, 239, 240, 241, 242, 243, 
    244, 245, 199, 200, 201, 202, 203, 204
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00047

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 (236,237,238,239,240,241,242,243,244,245,199,200,201,202,203,204)) 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
199 <p>Mont Blanc launches its new masculine fragrance Emblem, together with its modified version Emblem Intense in spring of 2014. These perfumes are announced as the embodiment of the authentic essence and elegance of Mont Blanc brand. Mont Blanc Emblem begins with a splash of aromatic clary sage and cardamom mixed with sparkling grapefruit, which, right from the start, give the impression of a strong and charismatic fragrance full of contrasts. Fresh, green and frozen violet leaves are wrapped in cinnamon to provide elegance to the composition. The base features intense woods and tonka bean.</p>
200
201
202
203 <p>Lady Emblem Elixir is created for the unique, sophisticated and strong woman. Top notes of damask rose diffused by a wave of honey and spices embody this new definition of femininity. The base of the fragrance reveals an intense woody signature with patchouli and vanilla. The Lady Emblem Elixir jewel bottle is partially coated with a precious pink gold metalization, expressing a world of luxury and sophistication. </p>
204
236
237
238
239
240 <p>Emporio Armani Lei by Giorgio Armani is a Oriental Vanilla fragrance for women. Emporio Armani Lei was launched in 1998. The nose behind this fragrance is Sophie Labbe. Top notes are pineapple, lime, tuberose, mandarin orange, pear and bergamot; middle notes are orris root, jasmine, heliotrope and lily-of-the-valley; base notes are sandalwood, tonka bean, amber, musk, vanilla, cedar and almond.</p>
241
242
243
244
245