SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    2341, 15088, 15052, 15053, 15054, 15055, 
    15087, 15056, 15050, 15049, 15048, 
    15047, 11134, 2816, 2815, 13609, 13514, 
    2214, 15387, 2451, 2453, 2162, 12741, 
    11785
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "product_id"],
      "key": "product_id",
      "key_length": "3",
      "used_key_parts": ["product_id"],
      "rows": 24,
      "filtered": 100,
      "index_condition": "cscart_product_descriptions.product_id in (2341,15088,15052,15053,15054,15055,15087,15056,15050,15049,15048,15047,11134,2816,2815,13609,13514,2214,15387,2451,2453,2162,12741,11785)",
      "attached_condition": "cscart_product_descriptions.lang_code = 'en'"
    }
  }
}

Result

product_id short_description full_description
2162 <p>REMY MARTIN 750ML COGNAC VSOP 1 x 750ML (1S)</p>
2214 <ul><li>Red Heart is <b>double distilled</b> and is an aromatic blend of 18 different types of Caribbean Rum ranging from the light and clean continuous still rums, to the heavier, fruitier flavoured Pot still rums which typify the Jamaican Rums and set them apart from all others</li></ul>
2341 <ul><li>Pravda vodka is a five times distilled super premium vodka from Poland</li><li>A very pure and highly polished vodka has <b>neutral aromas with</b> a hint of meringue, nougat and pepper follow through on a silky entry to a dry, oily medium body with quartz-like minerality and a touch of creamy vanilla</li></ul>
2451 <ul><li>Red Heart is <b>double distilled</b> and is an aromatic blend of 18 different types of Caribbean Rum ranging from the light and clean continuous still rums, to the heavier, fruitier flavoured Pot still rums which typify the Jamaican Rums and set them apart from all others</li><li>1 case - 24 x 500ml cans </li></ul>
2453 <ul><li>Red Heart is <b>double distilled</b> and is an aromatic blend of 18 different types of Caribbean Rum ranging from the light and clean continuous still rums, to the heavier, fruitier flavoured Pot still rums which typify the Jamaican Rums and set them apart from all others</li><li>1 x crate of 660ml bottles </li></ul>
2815 <ul><li>His Syrah is an exceptional example of just how fantastic his wines can be</li><li>The Syrah <b>leans towards an Old World</b>, French style, indicating Alex's background in Burgundian wines</li><li>Ripe, dark fruits lead on the palate with hints of spice providing an excellent balance. Stunning.</li></ul>
2816 <ul><li>This example is a wonderfully lively, intense, <b>fruity</b> and beautifully balanced dry Chenin Blanc. </li><li>Aromas of green apples and white peach invite the juicy, yet taut palate</li><li>A depth of fruit is what sets this wine apart</li></ul>
11134 <ul><li>Cassis <b>and blackcurrant aromas with light floral and herbal nuances</b></li><li>Elegant and genteel in a toned, restrained way the wine is full of cassis, cocoa and tobacco leaf with a dry cranberry element</li></ul> <p><br /></p>
11785 <p>REMY MARTIN COGNAC CHAMPAGNE FINE 1 x 750ML (1S)</p>
12741 <p><span class="ILfuVd"><span class="hgKElc">Launched mid 2003, <b>'XO Excellence' replaced Rémy's 'XO Special</b>. Comprising 15% Petite Champagne and 85% Grande Champagne, this Fine Champagne cognac is blended from some 300 eaux-de-vie aged 10 - 37 years and is said to have an average tasting age of 25 years</span></span><br /></p><p></p>
13514 <ul><li>Red Bull Energy Drink&nbsp;</li><li>8.3 FL OZ</li><li>1 x Case = 24 250ml cans</li></ul> <p></p>
13609 <p>Aquarite Raspberry Apple flavoured Sparkling Water</p><p>12 x 500ml Pack</p>
15047
15048
15049
15050
15052
15053
15054
15055
15056
15087
15088
15387