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 (
    611, 612, 613, 614, 615, 616, 581, 582, 
    583, 584, 585, 586, 565, 566, 567, 568, 
    569, 570, 571, 572, 573, 574, 575, 576, 
    577, 578, 579, 580, 551, 552
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00062

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 (611,612,613,614,615,616,581,582,583,584,585,586,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,551,552)) 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
551
552
565
566
567
568
569 <ul><li>The composition is announced as a gourmand aphrodisiac and a love potion created by perfumers Christophe Raynaud and Amandine Marie.</li><li> It supposedly depicts the dark side of rose and mixes notes of black rose with Tahitian vanilla orchid absolute. </li><li>There are also accords of natural incense, papyrus, patchouli and litchi praline added to the mix. The faces of the campaign are Penélope Cruz and Ilay Kurelovi? and photo signed by Mert Alas and Marcus Piggott. Video campaign directed by Rob Marshall.</li></ul>
570
571
572
573
574
575
576
577
578
579
580
581 <p>Polo Blue by Ralph Lauren is a Aromatic Fougere fragrance for men. Polo Blue was launched in 2003. Polo Blue was created by Carlos Benaim and Christophe Laudamiel. Top notes are melon, mandarin orange and cucumber; middle notes are basil, sage and geranium; base notes are musk, woodsy notes and suede.</p>
582
583
584
585
586
611
612
613
614
615
616