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 (195, 192, 196, 204, 194) 
  AND cscart_product_descriptions.lang_code = 'ru'

Query time 0.00735

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "rows": 5,
          "filtered": 100,
          "index_condition": "cscart_product_descriptions.product_id in (195,192,196,204,194) and cscart_product_descriptions.lang_code = 'ru'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
192 <p><strong><span style="font-size: small;">Треклист:</span></strong></p><p><span style="font-size: small;">01. Black And White America</span><br /><span style="font-size: small;"> 02. Come On Get It</span><br /><span style="font-size: small;"> 03. In The Black</span><br /><span style="font-size: small;"> 04. Liquid Jesus</span><br /><span style="font-size: small;"> 05. Rock Star City Life</span><br /><span style="font-size: small;"> 06. Boongie Drop</span><br /><span style="font-size: small;"> 07. Stand</span><br /><span style="font-size: small;"> 08. Superlove</span><br /><span style="font-size: small;"> 09. Everything</span><br /><span style="font-size: small;"> 10. I Can't Be Without You</span><br /><span style="font-size: small;"> 11. Looking Back On Love</span><br /><span style="font-size: small;"> 12. Life Ain't Ever Been Better Than It Is Now</span><br /><span style="font-size: small;"> 13. The Faith Of A Child</span><br /><span style="font-size: small;"> 14. Sunflower</span><br /><span style="font-size: small;"> 15. Dream</span><br /><span style="font-size: small;"> 16. Push</span></p>
194 <p><span style="font-size: small;">Альбом группы U2 &laquo;U218 Singles&raquo;, в который включены 16 их самых известных песен и 2 новые: "The Saints Are Coming" (with Green Day) and "Window in the Skies."</span></p>
195 <p><span style="font-size: small;">Второй выпуск DVD альбома с записью фестиваля &laquo;Crossroads Guitar&raquo;. В альбоме вы увидите таких музыкантов, как Эрик Клептон, Шерил Кроу, Винс Гилл, Бадди Гай, Джон Майер, Билл Мюррей, Стив Винвуд, Ронни Вуд, ZZTop и другие.</span></p>
196 <p><span style="font-size: small;"><strong>Треклист:</strong></span></p><p><span style="font-size: small;">01. Feeding The Monkies at Ma Maison 20:12</span><br /><span style="font-size: small;"> 02. Buffalo Voice 11:34</span><br /><span style="font-size: small;"> 03. Secular Humaism 6:37</span><br /><span style="font-size: small;"> 04. Worms From Hell 5:31</span><br /><span style="font-size: small;"> 05. Samba Funk 11:29</span></p>
204 <p><strong><span style="font-size: small;">Треклист:</span></strong></p><p><span style="font-size: small;">01. Too Kool To Kalypso</span><br /><span style="font-size: small;"> 02. Don't Box Me In</span><br /><span style="font-size: small;"> 03. Tulsa Tango</span><br /><span style="font-size: small;"> 04. Koteja </span><br /><span style="font-size: small;"> 05. Serengeti Long Walk</span><br /><span style="font-size: small;"> 06. Equalizer Main Title</span><br /><span style="font-size: small;"> 07. Anacott Steel</span><br /><span style="font-size: small;"> 08. Slither</span><br /><span style="font-size: small;"> 09. Night Drive </span><br /><span style="font-size: small;"> 10. Taxi Ride Home</span><br /><span style="font-size: small;"> 11. Bill Is Dead</span><br /><span style="font-size: small;"> 12. Wield the Spade </span><br /><span style="font-size: small;"> 13. Look Up </span><br /><span style="font-size: small;"> 14. Rain</span><br /><span style="font-size: small;"> 15. Childhood Friends</span><br /><span style="font-size: small;"> 16. Mud Lions </span><br /><span style="font-size: small;"> 17. Pizica Degli Ucci</span><br /><span style="font-size: small;"> 18. Chrystal/Drive Daisy/End Title</span><br /><span style="font-size: small;"> 19. George Trip/End Montage/End Title</span><br /><span style="font-size: small;"> 20. Big Drum Tribe </span><br /><span style="font-size: small;"> 21. Regret</span></p>