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 (
    37881, 37882, 37883, 37884, 37885, 37887, 
    37888, 37889, 37890, 37893, 37895, 
    37896, 38150, 38151, 38152, 38155
  ) 
  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 (37881,37882,37883,37884,37885,37887,37888,37889,37890,37893,37895,37896,38150,38151,38152,38155)) 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
37881 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">For Him</span></li> <li><span class="a-list-item">Content Quantity: 100ml</span></li> <li><span class="a-list-item">Product Type: Aftershave</span></li> <li><span class="a-list-item">Designer / Manufacturer: Paco Rabanne</span></li> <li><span class="a-list-item">Fragrance Line: Paco Rabanne Pour Homme</span></li> </ul>
37882 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Invictus by Paco Rabanne for Men 5.1 oz Deodorant Spray: Buy Paco Rabanne Deodorants - Invictus by Paco Rabanne for Men 5.1 oz Deodorant Spray</span></li> <li><span class="a-list-item">Item Condition: 100% authentic, new and unused. Invictus by Paco Rabanne for Men 5.1 oz Deodorant Spray.</span></li> <li><span class="a-list-item">Type: Deodorant</span></li> </ul>
37883 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">The flowery body lotion pampers your senses and brings an absolutely perfect wellbeing.</span></li> <li><span class="a-list-item">Wrap yourself in the pleasant scent of Olympea.</span></li> <li><span class="a-list-item">For an indescribable feeling on the skin.</span></li> <li><span class="a-list-item">Enjoy this indescribably beautiful spa moment.</span></li> </ul>
37884 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">300 ml liquid soap</span></li> <li><span class="a-list-item">Head notes: basil, canella and black pepper</span></li> <li><span class="a-list-item">Heart notes: lavender, clary sage and lily of the valley</span></li> <li><span class="a-list-item">Base notes: tonka bean, musk, vanilla and amber</span></li> <li><span class="a-list-item">In Penhaligon's signature dispenser</span></li> </ul>
37885 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">150 ml hand and body cream</span></li> <li><span class="a-list-item">Head notes: bergamot, lemon and geranium</span></li> <li><span class="a-list-item">Heart notes: lily of the valley, rose, ylang ylang and jasmine</span></li> <li><span class="a-list-item">Base notes: oakmoss and sandalwood</span></li> <li><span class="a-list-item">In Penhaligon's signature box</span></li> </ul>
37887 <ul><li><span>Top notes are grapefruit, bergamot and rosemary; middle notes are neroli, sea notes and violet leaf; base notes are cedar, patchouli and amber</span></li> </ul>
37888 <ul><li><span>ml size perfect for travelling</span></li> </ul>
37889 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Deodorant Stick Alcohol Free 2.7 Oz</span></li> <li><span class="a-list-item">Fragrance Notes: Juniper, Arctical, Siberian Pine, Patchouli, Pine Balm, Incense, Myrtle, Russian Coriander Leaves, Black Pepper</span></li> <li><span class="a-list-item">Year Introduced: 2008</span></li> </ul>
37890 <ul><li>Prada Milano</li> <li>La Femme Shower Cream</li> <li>200Ml</li> </ul>
37893 <ul><li>Roberto Cavalli Paradiso Azzurro Shower Gel 150Ml</li> </ul>
37895 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Launched by the design house of Sofia Vergara in the year 2014</span></li> <li><span class="a-list-item">It is recommended for daily use</span></li> <li><span class="a-list-item">This body mist has a blend of blackberry, currant buds, plum, rose, orchid, violet, woody notes, sandalwood, and vanilla</span></li> </ul>
37896
38150
38151
38152
38155