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 (
    211, 212, 213, 214, 215, 216, 217, 218, 
    219, 224, 225, 226, 227, 228, 174, 175, 
    176, 177, 178, 179, 180, 181, 182, 183, 
    184, 185, 186, 187, 188, 189
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00076

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 (211,212,213,214,215,216,217,218,219,224,225,226,227,228,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189)) 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
174 <p>Kenzo amour by kenzo for women eau de parfum spray 3.4 oz blossom rice frangipani rice vanilla white tea cherry blossom thanaka wood frankincensewhen 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>
175
176
177
178
179
180
181 <p>The trend of sports fragrances of the Olympic Games year 2012 continues with Kenzo introducing a new edition of the famous perfume Kenzo Homme - Kenzo Homme Sport.</p>
182
183
184
185
186
187
188
189
211
212
213
214
215
216
217
218
219
224
225
226 <ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Top notes of pineapple, lavender, lemon verbena and bergamot offer a citrus pick-me-up.</li><li class="jsx-1889249662">This slowly melts to a layered heart accord featuring rose, apple, oakmoss, geranium and dried fruits.</li><li class="jsx-1889249662">An inviting base of sultry tonka bean and sandalwood lasts long into the night.</li></ul>
227
228