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 (
    553, 554, 555, 556, 557, 558, 559, 560, 
    561, 562, 563, 564, 515, 516, 517, 518, 
    519, 520, 521, 522, 523, 524, 525, 526, 
    527, 528, 529, 530, 531, 532
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00082

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "72.01"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_product_descriptions`.`product_id` in (553,554,555,556,557,558,559,560,561,562,563,564,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532)) and (`portal`.`q_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "66.01",
        "eval_cost": "6.00",
        "prefix_cost": "72.01",
        "data_read_per_join": "114K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
515 <p>Gucci launches its new perfume Gucci Bamboo in spring 2015, named after the already existing collection of accessories. The fragrance apparently reflects confidence and femininity. It is designed for modern women of character that is multifaceted; the fragrance is intense, graceful and gentle at the same time. The composition is floral - woody. It opens with citrusy accords of bergamot leading to the exotic floral heart of ylang-ylang, Casablanca lily and orange blossom. Intense notes of sandalwood, Tahitian vanilla and amber form the base. The face of the perfume is actress Gal Gadot. The bottle design blends delicate sensibility with strong lines. Glass art deco bottle in the shape of a diamond is contrasting with soft pink liquid. Polished silver cap gives the Bamboo signature.</p>
516 <p>Gucci launches Gucci Bloom Nettare Di Fiori as a sensual and darker interpretation of the original, with additional notes of rose, ginger, osmanthus and patchouli. "Intensely sensual and feminine, Gucci Bloom Nettare di Fiori celebrates the intimate and authentic character of a woman. Rose and Osmanthus flower resonate in an enigmatic, woodier blend together with the notes of the original Gucci Bloom."</p>
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
553 <p>Roberto Cavalli launched a new fragrance in 2012, simply named Roberto Cavalli Eau de Parfum. It is created for women who want to be noticed and who prefer to wear Cavalli animal print dresses. The fragrance is an intense oriental - floral and is based on notes of orange blossom, symbolizing Italian femininity, sensuality and extravagance. There are also ambery - oriental nuances of benzoin, pink pepper, tonka and vanilla. The composition is developed by Louise Turner of Givaudan. Model and actress Elisa Sednaoui is the muse of this fragrance. The bottle is round topped with a tiara shaped stopper containing the designer's initials. Golden shades and leopard print decorate the bottle design and packaging.</p>
554
555
556
557
558
559
560
561
562
563
564