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, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (201, 200, 202, 203) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00038

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.61"
    },
    "table": {
      "table_name": "cscart_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": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "index_condition": "((`danishecarter_latest`.`cscart_product_descriptions`.`product_id` in (201,200,202,203)) and (`danishecarter_latest`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "8.81",
        "eval_cost": "0.80",
        "prefix_cost": "9.61",
        "data_read_per_join": "18K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
200 <p> <p>The Colours of Christmas is a collection of the greatest Christmas carols by the composer/conductor whose music has, for many, been so associated with Christmas. Featuring the Royal Philharmonic Orchestra and The Bach Choir, with guest artists Over the Bridge and conducted by Rutter himself.&nbsp;</p> <p>&nbsp;</p> <p>The Colours of Christmas (track 2 from the album) is a newly composed carol by Rutter for this new album, and is testament to the very best of Rutter&rsquo;s music. Newly orchestrated for this album are the carols Ding Dong! Merrily On High and Hark! The Herald Angels Sing. All recordings on this album are brand new.</p> <p>TRACKLISTING</p> <p>1. Ding Dong! Merrily on High&nbsp;</p> <p>2. The Colours of Christmas&nbsp;</p> <p>3. In Dulci Jubilo&nbsp;</p> <p>4. What is this lovely fragrance?&nbsp;</p> <p>5. Away in a Manger&nbsp;</p> <p>6. Hodie Christus natus est&nbsp;</p> <p>7. Riu riu chiu&nbsp;</p> <p>8. I wonder as I wander&nbsp;</p> <p>9. Star Carol&nbsp;</p> <p>10. Once in Royal David's City&nbsp;</p> <p>11. Silent Night&nbsp;</p> <p>12. In the bleak midwinter&nbsp;</p> <p>13. Gabriel's Message&nbsp;</p> <p>14. Fanfare - O come, all ye faithful&nbsp;</p> <p>15. O Holy Night&nbsp;</p> <p>16. A New Year Carol&nbsp;</p> <p>17. Joy to the World&nbsp;</p> <p>18. Sleigh Ride&nbsp;</p> <p>19. Deck the Hall&nbsp;</p> <p>20. The Christmas Song&nbsp;</p> <p>21. The Twelve Days Of Christmas&nbsp;</p> <p>22. Have yourself a merry little Christmas&nbsp;</p> <p>23. Fanfare - Hark! the herald angels sing</p> </p>
201 <p> <p>ROYAL PHILHARMONIC ORCHESTRA&nbsp;</p> <p>PIANO: MARIO GALEANI&nbsp;</p> <p>CONDUCTOR: GRZEGORZ NOWAK</p> <p>&nbsp;</p> <p>Mario Galeani and Grzegorz Nowak partner once more in a new disc of Beethoven piano concertos.</p> <p>TRACKLISTING</p> <p>Piano Concerto No.1 in C Major, Op.15&nbsp;</p> <p>1. Allegro con brio&nbsp;</p> <p>2. Largo&nbsp;</p> <p>3. Rondo: Allegro scherzando&nbsp;</p> <p>&nbsp;</p> <p>Piano Concerto No.2 in B Flat Major, Op.19&nbsp;</p> <p>4. Allegro con brio&nbsp;</p> <p>5. Adagio&nbsp;</p> <p>6. Rondo: Molto allegro&nbsp;</p> </p>
202 <p><strong style="color: #333333; font-family: 'Trebuchet MS', serif, Times, 'Times New Roman'; font-size: 12px; line-height: 18px; background-color: #ffffff;">New Year's Concert 2011</strong><br style="color: #333333; font-family: 'Trebuchet MS', serif, Times, 'Times New Roman'; font-size: 12px; line-height: 18px; background-color: #ffffff;" /><span style="color: #333333; font-family: 'Trebuchet MS', serif, Times, 'Times New Roman'; font-size: 12px; line-height: 18px; background-color: #ffffff;">Diverse Klassik</span><br style="color: #333333; font-family: 'Trebuchet MS', serif, Times, 'Times New Roman'; font-size: 12px; line-height: 18px; background-color: #ffffff;" /><span style="color: #333333; font-family: 'Trebuchet MS', serif, Times, 'Times New Roman'; font-size: 12px; line-height: 18px; background-color: #ffffff;">Welser-moest / Wiener Philharmoniker</span></p>
203 <p><span style="color: #333333; font-family: 'Trebuchet MS', serif, Times, 'Times New Roman'; font-size: 12px; line-height: 18px; background-color: #ffffff;">The traditional Vienna Philharmonic New Year's Concert on January 1, 2012, will be conducted for the second time by the Latvian conductor Mariss Jansons. Ever since the first concert together in April 1992, Mariss Jansons has belonged to the circle of conductors with whom the Vienna Philharmonic feels a special bond. His first New Year's Concert in 2006 was widely acclaimed by both audiences and the media. The New Year's Concert 2012 will once again be broadcast by the ORF to over 70 television networks and 300 radio stations worldwide.&nbsp;</span></p>