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 (
    30271, 30272, 30273, 30274, 30275, 30276, 
    30277, 30278, 30279, 30280, 30281, 
    30282, 30283, 30284, 30285, 30286
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00048

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 (30271,30272,30273,30274,30275,30276,30277,30278,30279,30280,30281,30282,30283,30284,30285,30286)) 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
30271 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's Aline Lace Patch Ruffled Flower Decor Long Sleeve Solid Color Midi Sash Dress Color</span></p>
30272 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Special Occasion A Line Dress For Women</span></p>
30273 Y&D Women's A Line Lace Patchwork Round Neck Short Sleeve Bow Decor Sweet Midi Dress Color
30274 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's Round Neck Floral Pattern Short Sleeve Fashion Chiffon Hollow Out Solid Color Blouse Multi</span></p>
30275 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's A Line Floral Pattern Shirt Neck Patchwork Chic Vintage Bow Decor Long Sleeve Maxi Long Dress</span></p>
30276 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Special Occasion A Line Dress For Women</span></p>
30277 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's A Line Floral Pattern Round Neck Patchwork Bow Decor Flare Sleeve Maxi Long Dress</span></p>
30278 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's Round Neck Floral Pattern Short Sleeve Fashion Chiffon Hollow Out Solid Color Blouse Multi</span></p>
30279 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's Aline Lace Patch Ruffled Hollow Out Flower Decor Short Sleeve Round Neck Sash Dress Color</span></p>
30280 <p class="a-size-large a-spacing-none"><span class="a-size-large">Women's Dress Solid Color Sleeveless Criss Cross Bandage Sheath Dress</span></p>
30281 <ul class="a-unordered-list a-vertical a-spacing-none"><li>Targeted Group : Women</li> <li>Dress Length : Maxi</li> <li>Neck Style : Round Neck</li> <li>Pattern : Print</li> <li>Sleeve Length : Short Sleeve</li> <li>Occasion : Evening & Formal</li> <li>Fabric Type : Mixed Materials</li> <li>Dress Style : A Line</li> <li>Brand : Y&D</li> <li></li> </ul>
30282 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's Aline Lace Patch Ruffled Short Sleeve Bow Flower Decor Hollow Out Sash Dress Color</span></p>
30283 Y&D Women's A Line Hollow Out Short Sleeve Floral Patchwork Flower Decor Solid Color Midi Sweet Dress Color
30284 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Special Occasion A Line Dress For Women</span></p>
30285 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Targeted Group : Women</span></li> <li><span class="a-list-item">Dress Length : Knee Length</span></li> <li><span class="a-list-item">Neck Style : Round Neck</span></li> <li><span class="a-list-item">Pattern : Floral</span></li> <li><span class="a-list-item">Sleeve Length : Short Sleeve</span></li> <li><span class="a-list-item">Occasion : Special Occasion</span></li> <li><span class="a-list-item">Fabric Type : Lace</span></li> </ul><div class="a-row a-expander-container a-expander-inline-container"> <div class="a-expander-content a-expander-extend-content a-expander-content-expanded"> <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Dress Style : A Line</span></li> <li><span class="a-list-item">Brand : Y&D</span></li> </ul></div> </div>
30286 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's Round Neck Elegant Fashion Floral Pattern Short Sleeve A Line Maxi Long Dress</span></p>