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 (
    45387, 45393, 45394, 45396, 45398, 45399, 
    45401, 45402, 45403, 45404, 45406, 
    45407, 45408, 45411, 45413, 45414
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00051

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 (45387,45393,45394,45396,45398,45399,45401,45402,45403,45404,45406,45407,45408,45411,45413,45414)) 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
45387 <ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Ginkgo extract regenerates the body</li><li class="jsx-1889249662">Gently cleanses your skin of impurities</li><li class="jsx-1889249662">Invigorating fragrance provides a feeling of relaxation</li></ul>
45393
45394
45396
45398
45399 <p>Jelly Cocoa Butter White 450 Ml</p><div class="desc_divider" style="padding:0px 0px 15px;border-bottom:1px solid rgb(228,225,225);color:rgb(33,43,54);font-family:'Gotham-Book';background-color:rgb(255,255,255);"><strong>Features:</strong><br style="margin:0px;padding:0px;" /><ul><li>Made with triple purified 100% pure Jelly</li><li>Contains cocoa butter which is known to nourish your skin</li><li>Gentle on your skin, hypoallergenic and non-comedogenic</li><li>Keeps your skin healthy and glowing all day</li></ul></div><strong>Description:</strong><br style="margin:0px;padding:0px;color:rgb(33,43,54);font-family:'Gotham-Book';" /><p>When your skin is cracked, its moisture barrier has been severely damaged by dryness and has difficulty repairing itself. Vaseline Jelly works by creating a sealing barrier that locks in moisture and protects the skin, supporting its natural recovery process<br /></p>
45401
45402
45403 <p><span class="redactor-selection-marker"></span></p><ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Provides fast relief from pain in the muscles and joints</li><li class="jsx-1889249662">Effective in treating myositis and lumbago</li><li class="jsx-1889249662">Helps reduce muscle inflammation</li></ul>
45404 <ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Works like laser light to give best fairness</li> <li class="jsx-1889249662">Boost skin's resilience to prevent skin from pollution and other external aggressors</li> <li class="jsx-1889249662">Provides both instant and long-term results</li> <li class="jsx-1889249662">Provides sun protection</li> </ul>
45406
45407
45408
45411
45413
45414