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 (
    30223, 30224, 30225, 30226, 30227, 30228, 
    30229, 30230, 30231, 30232, 30233, 
    30234, 30235, 30236, 30237, 30238
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00050

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 (30223,30224,30225,30226,30227,30228,30229,30230,30231,30232,30233,30234,30235,30236,30237,30238)) 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
30223 Women's Aline Dress Fashion Round Neck Long Sleeve Maxi Long Dress
30224 Y&D Women's Round Neck Short Sleeve Chiffon Top Solid Color Hollow Out Blouse Color
30225 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's A Line Round Neck Ethnic Style Floral Pattern Long Sleeve Sash Maxi Long Dress</span></p>
30226 Y&D Women's Aline Round Neck Retro Flare Sleeve Lace Patch Flower Decor Midi Sweet Dress Color
30227 Y&D Special Occasion A Line Dress For Women
30228 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's A Line Collar Block Ruffle Patchwork Animal Bow Decor Maxi Long Sleeve Dress</span></p>
30229 Women's Aline Dress Fashion Round Neck Short Sleeve Maxi Long Dress
30230 Y&D Special Occasion A Line Dress For Women
30231 <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">Material : Satin</span></li> <li><span class="a-list-item">Brand : Other</span></li> </ul>
30232 Y&D Women's Aline Hollow Out Solid Color Short Sleeve Bow Decor Lace Pattern Midi Dress Color
30233 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">10 sheets in one pack, 5 packs in total, designed for Fujifilm Instax Mini 7s/8/25/90/9.</span></li> <li><span class="a-list-item">High-speed ISO 800, with excellent grain, create photos of vibrant color and natural skin tones.</span></li> <li><span class="a-list-item">The cartridge is specially designed and labeled for easy loading.</span></li> <li><span class="a-list-item">54 * 86mm credit card size, can be placed in your wallet or purse, easy to carry.</span></li> <li><span class="a-list-item">46 * 62mm image size, with white paper edge for you to DIY photo information.</span></li> <li><span class="a-list-item">Brand : Fujifilm</span></li> <li><span class="a-list-item">Type : Instant</span></li> <li><span class="a-list-item">To install the film correctly, please match the yellow mark on film with that on camera film slot.</span></li> <li><span class="a-list-item">Please don't press the black surface of film or the sunken part of package.</span></li> <li><span class="a-list-item">After the photo slide out, you can shake it, place it into pocket or just wait until Do not open the rear camera cover until you get all the photo paper filmed.</span></li> <li><span class="a-list-item"></span></li> </ul>
30234 Y&D Women's A Line Hollow Out Short Sleeve Floral Patchwork Flower Decor Solid Color Dress Color
30235 Women's Aline Dress Fashion Round Neck Long Sleeve Maxi Long Dress
30236 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's Floral A Line Patchwork Tassel Ethnic Long Sleeve Midi Sweet Dress</span></p>
30237 Y&D Women's Aline Round Neck Retro Flare Sleeve Lace Patch Flower Decor Midi Sweet Dress Color
30238 <p class="a-size-large a-spacing-none"><span class="a-size-large">Y&D Women's Aline Hollow Out Solid Color Short Sleeve Bow Decor Lace Pattern Midi Dress Color</span></p>