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 (
    533, 534, 535, 536, 537, 538, 539, 540, 
    541, 542, 543, 544, 545, 546, 547, 548, 
    549, 500, 501, 502, 503, 504, 505, 506, 
    507, 508, 509, 510, 511, 512
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00071

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 (533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,500,501,502,503,504,505,506,507,508,509,510,511,512)) 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
500
501
502
503
504
505
506
507
508
509
510
511
512
533
534
535
536
537
538
539
540
541
542
543 <p>The fragrance has kept the same gorgeous elegant and masculine features of its predecessor, but has become brighter and lighter. The composition opens with fresh notes of violet leaf and bergamot. Very soon the green-fruity opening leaves the space to the spicy notes of the heart: red hot chili pepper Pimento, cinnamon and black tea. The woodsy and elegant violet links it to the base composed of olive tree wood, tobacco leaves, musk and myrtle. </p>
544
545
546
547
548
549 <div class="jsx-1003258361 jsx-3349621030" style="margin-bottom:0px;padding:0px;border-width:0px;font-size:12px;line-height:inherit;font-family:'Proxima Nova', 'Helvetica Neue', Arial, sans-serif;vertical-align:baseline;color:rgb(64,69,83);background-color:rgb(255,255,255);"><div class="jsx-1889249662 overviewSection" style="margin-bottom:0px;padding:0px;border-width:0px;font:inherit;vertical-align:baseline;"><ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">The perfume opens with a sparkling and modern interpretation of fresh top notes of lavender, coriander, amalfi lemon</li><li class="jsx-1889249662">The journey to the heart of the fragrance follows into the timeless scent of african orange flower, neroli</li><li class="jsx-1889249662">The fragrance finally unfolds to reveal a deep and sensual base of patchouli, virginia cedar, amber.</li></ul></div></div>