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 (
    452645, 442668, 451860, 438623, 447040, 
    419169, 420289, 433472, 450998, 425857, 
    410176, 457277, 406336, 455410, 458998, 
    417702, 434266, 402632, 403587, 450242, 
    427198, 448492, 425648, 452408
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00091

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.04252208,
    "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"],
          "loops": 1,
          "rows": 24,
          "cost": 0.04252208,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (452645,442668,451860,438623,447040,419169,420289,433472,450998,425857,410176,457277,406336,455410,458998,417702,434266,402632,403587,450242,427198,448492,425648,452408) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
402632 Eco Router 470 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
403587 Eco Router 490 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
406336 Eco Phone 552 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
410176 Eco Phone 303 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
417702 Eco Router 423 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
419169 Eco Mixer 776 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
420289 Eco Mixer 964 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
425648 Eco Shirt 258 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
425857 Eco Phone 243 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
427198 Eco Router 903 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
433472 Eco Phone 100 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
434266 Eco Router 443 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
438623 Eco Mixer 592 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
442668 Eco Mixer 559 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
447040 Eco Mixer 677 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
448492 Eco Shirt 212 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
450242 Eco Router 712 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
450998 Eco Phone 217 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
451860 Eco Mixer 576 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
452408 Eco Shirt 628 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
452645 Eco Mixer 306 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
455410 Eco Phone 878 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
457277 Eco Phone 542 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
458998 Eco Router 223 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.