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 (
    438, 439, 440, 441, 442, 443, 444, 445, 
    446, 447, 448, 449, 310, 311, 312, 313
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00052

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 (438,439,440,441,442,443,444,445,446,447,448,449,310,311,312,313)) 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
310 <p>Luxurious. Romantic. TimelessInspired by a simple band of diamonds and the ideal of lasting love and intimacy, the floral scent is a harmonious blend of classic and contemporary style.</p>
311 <p>Described as an "aquatic, woody scent", Calvin Klein Eternity Men Aqua eau de toilette spray is a fresh new take on the original Eternity fragrance for men. The fragrance opens with notes of chilled cucumber, which blends with the floral lavender heart, atop a strong base of sandalwood.</p>
312 <p>Pure Gold Euphoria Men by Calvin Klein is a Oriental Woody fragrance for men. This is a new fragrance. Pure Gold Euphoria Men was launched in 2017. Top notes are saffron, cardamom and pine needles; middle notes are rose, vanilla and juniper; base notes are sandalwood, patchouli, musk and agarwood (oud).</p>
313 <p>Pure Gold Euphoria Women by Calvin Klein is a Oriental Floral fragrance for women. This is a new fragrance. Pure Gold Euphoria Women was launched in 2017. Top notes are dates, neroli and solar notes; middle notes are orange blossom, ylang-ylang, almond and rose; base notes are musk, vanilla absolute, patchouli, leather and benzoin.</p>
438
439
440
441 <p>Dior presents its new fragrance Miss Dior Absolutely Blooming from the famous Miss Dior collection in August 2016. The in-house perfumer Francois Demachy announced it as the edition that opens with bright fruity notes, intended for cheerful women who love life.</p>
442
443
444
445
446
447
448
449