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 (
    1593, 1594, 1595, 1596, 1597, 1598, 1599, 
    1600, 1601, 1602, 1603, 1605, 1606, 
    1607, 1610, 1611, 1612, 1613, 1614, 
    1615, 1616, 1617, 1618, 1624, 1625, 
    1626, 1627, 1628
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00067

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "67.21"
    },
    "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": 28,
      "rows_produced_per_join": 28,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_product_descriptions`.`product_id` in (1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1605,1606,1607,1610,1611,1612,1613,1614,1615,1616,1617,1618,1624,1625,1626,1627,1628)) and (`portal`.`q_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "61.61",
        "eval_cost": "5.60",
        "prefix_cost": "67.21",
        "data_read_per_join": "106K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
1593 <ul><li>Disney Cars Cord Night Lamp 3 x AAA(excluded)3 x AAA</li><li>(excluded)3 x AAA</li></ul><p><br /></p>
1594 <ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Set the mood so you can sit back, relax, and enjoy the evening</li><li class="jsx-1889249662">Popular for indoor lighting like bedrooms, bars and restaurants</li><li class="jsx-1889249662"> </li></ul>
1595 <ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Set the mood so you can sit back, relax, and enjoy the evening</li><li class="jsx-1889249662">Popular for indoor lighting like bedrooms, bars and restaurants</li></ul>
1596 <p>Disney Mickey Rodstr Push light 2 x AA (excluded) </p>
1597 <ul><li>Disney Minnie Push light 2 x AA (excluded)</li></ul>
1598 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">From Marvel, Spiderman, as stylized Party Lights from Funko</span></li><li><span class="a-list-item">Stylized Party Lights are 6 and a half feet long, with 12 lights per strand, perfect for your next party</span></li><li><span class="a-list-item">Check out all the other Funko POP Party Lights</span></li></ul>
1599 <p>Marvel Avengers Night lamps 3 x AAA (excluded)</p><ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Unique Avenger Design</span></li> <li><span class="a-list-item">Die-cut lamp shade</span></li> <li><span class="a-list-item">Creates a Magical Ambiance</span></li> <li><span class="a-list-item">High Quality LED light</span></li> <li><span class="a-list-item">Warm White Light</span></li> <li><span class="a-list-item">Battery Operated - 3 X AA Batteries Excluded</span><span class="a-list-item"></span></li> </ul>
1600 <ul><li>Disney Cars Night lambs 3 x AAA (excluded)</li></ul>
1601 <ul><li>Disney Mickey Rodstr Night lambs 3 x AAA (excluded)</li></ul>
1602 <p>Disney Minnie Night lambs 3 x AAA (excluded)</p>
1603 <p>Marvel Avengers Led Torch 2 x 1.5V, LR41, excluded</p><ul><li>Package Dimensions: 17 x 6 x 2.5 cm</li> <li>Item Package Quantity: 1</li> <li>Type of Bulb: LED</li> <li>Batteries Included: No</li> <li>Batteries Required: No</li> </ul>
1605 <p>Disney Mickey Rodstr LED Torch 2 x 1.5V-LR41 excluded</p><ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Creates a Magical Ambiance</span></li> <li><span class="a-list-item">Accompanies Your Child at Night</span></li> <li><span class="a-list-item">High Quality LED Light</span></li> <li><span class="a-list-item">Extra Image Wheels Included</span></li> <li><span class="a-list-item">Batter: </span>Frozen</li> <li><span class="a-list-item">Colour: Red</span></li> <li><span class="a-list-item">Material: Plastic</span></li> <li><span class="a-list-item">Finish: Plastic</span></li> <li>Specific Uses: Indoor Use</li> </ul>
1606 <p>This Minnie mouse LED Torch is great for small hands. Get yours today.!<span></span></p><ul><li>Item Weight: 40.8 g</li> <li>Product Dimensions: 16.8 x 6 x 3.8 cm</li> <li>Maunfacturer Recommended Age: 3 Years and above</li> </ul>
1607 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Creates a Magical Ambiance</span></li> <li><span class="a-list-item">Accompanies Your Child at Night</span></li> <li><span class="a-list-item">High Quality Led Light</span></li> <li><span class="a-list-item">Extra Image Wheels Included</span></li> <li><span class="a-list-item">Batter: </span>Frozen</li> <li><span class="a-list-item">Colour: Blue</span></li> <li><span class="a-list-item">Material: Plastic</span></li> <li><span class="a-list-item">Finish: Plastic</span></li> <li>Specific Uses: Indoor Use</li> </ul>
1610 <p>Marvel Avengers Led Flash Light 3 x AAA (excluded)</p>
1611 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Made in US</span></li><li><span class="a-list-item">LED Flashlight Decorated with Team Colored Logo</span></li><li><span class="a-list-item">Features 9 Super Bright LEDs</span></li><li><span class="a-list-item">Flashlight Lasts Up To 100,000 Hours</span></li><li><span class="a-list-item">Made of Tough, Water Resistant Aluminum Construction</span></li></ul>
1612 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Made in US</span></li><li><span class="a-list-item">LED Flashlight Decorated with Team Colored Logo</span></li><li><span class="a-list-item">Features 9 Super Bright LEDs</span></li><li><span class="a-list-item">Flashlight Lasts Up To 100,000 Hours</span></li><li><span class="a-list-item">Made of Tough, Water Resistant Aluminum Construction</span></li><li><span class="a-list-item">Includes Lanyard for Easy Hanging and Carrying</span></li></ul>
1613 <p>Disney Cars Led Flash Light 3 x AAA (excluded)</p>
1614 <p>Disney Cars Led Flash Light 3 x AAA (excluded)</p>
1615 <p>Disney Cars Led Flash Light 3 x AAA (excluded)</p>
1616 <p>Marvel Spiderman Led Flash Light 3 x AAA (excluded)</p>
1617 <p>Marvel Spiderman Led Flash Light 3 x AAA (excluded)</p>
1618 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Features your favorite characters from Hello Kitty to make playing in the dark more fun</span></li><li><span class="a-list-item">Attached wrist strap allows you to take it anywhere you want</span></li><li><span class="a-list-item">Perfect for indoor or outdoor use</span></li><li><span class="a-list-item">Recommended for ages 7+</span></li><li><span class="a-list-item">Ideal for lighting up dimly lit rooms</span></li></ul>
1624 <p>Marvel Avengers 3D Lenticular Nail Cutter Metal</p>
1625 <ul><li>Marvel Spiderman 3D Lenticular Nail Cutter Metal</li><li class="jsx-1889249662">Made for small dogs, cats or other pets</li><li class="jsx-1889249662">Fastest way to keep your pet's nails trim rounded and smooth without mess</li><li class="jsx-1889249662">Ultra sharp surgical blade, no scratch use</li></ul>
1626 <p>WB Batman 3D Lenticular Nail Cutter Metal </p>
1627 <ul><li>Disney Minnie 3D Lenticular Nail Cutter Metal</li></ul>
1628 <p>Disney Frozen 3D Lenticular Nail Cutter Metal</p>