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 (
    145, 146, 147, 148, 149, 150, 151, 106, 
    107, 108, 109, 110, 111, 112, 113, 114
  ) 
  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 (145,146,147,148,149,150,151,106,107,108,109,110,111,112,113,114)) 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
106 <p>This fresh, sunny floral fragrance is signed by Daphne Bugey, the creator of the original formula. The composition opens with neroli and tiare flower, which evolve in the glittering core of jasmine and hyacinth. The deep and rich musky trail finishes the fragrance description.</p>
107 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Issey Miyake</span></li><li><span class="a-list-item">Women - Toilet Waters - Eau de Toilette</span></li><li><span class="a-list-item">125 ml</span></li></ul>
108 <div class="centerColAlign" style="margin-right:270px;margin-left:498.938px;color:rgb(17,17,17);font-family:'Amazon Ember', Arial, sans-serif;font-size:13px;background-color:rgb(255,255,255);"><div class="feature"><div class="a-section a-spacing-medium a-spacing-top-small" style="margin-bottom:0px;margin-top:10px;"><ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Top notes are Rosemary, lime, mandarin orange and orangewood</span></li><li><span class="a-list-item">Middle notes are Cypress, ginger, juniper berries, pink pepper and lavender</span></li><li><span class="a-list-item">Base notes are Sandalwood, amber, patchouli, atlas cedar and oakmoss</span></li><li><span class="a-list-item">Recommended use: Casual</span></li><li><span class="a-list-item">Launch Year: 2004</span></li><li><span class="a-list-item">Type: Eau de Toilette</span></li></ul></div></div><div class="feature"></div><div class="feature"></div><div class="feature"></div><div></div><div class="feature"></div><div class="feature"></div><div class="feature"></div><div class="feature"></div><div class="feature"></div><div class="feature"></div><div class="feature"></div><div class="feature"></div></div><div class="centerColAlign" style="margin-right:270px;margin-left:498.938px;color:rgb(17,17,17);font-family:'Amazon Ember', Arial, sans-serif;font-size:13px;background-color:rgb(255,255,255);"><div class="feature"></div></div>
109 <p>L'Eau Bleue d'Issey Pour Homme by Issey Miyake is a Woody Aromatic fragrance for men. L'Eau Bleue d'Issey Pour Homme was launched in 2004. The nose behind this fragrance is Jacques Cavallier. Top notes are rosemary, lime, mandarin orange and orangewood; middle notes are cypress, ginger, juniper berries, pink pepper and lavender; base notes are sandalwood, amber, patchouli, atlas cedar and oakmoss. This perfume is the winner of award FiFi Award Best Packaging Men`s Prestige 2005.</p>
110 <p>Introduced in 1994. Fragrance notes: citrus and spice combined with lower notes of musk amber and woods. Recommended use: evening.When applying any fragrance please consider that there are several factors which can affect the natural smell of your skin and in turn the way a scent smells on you.</p>
111
112
113
114
145
146
147
148
149
150
151