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 (
    439645, 401030, 435106, 401667, 431036, 
    442622, 435820, 452529, 426624, 403050, 
    452048, 407841, 405943, 459502, 431667, 
    420500, 433248, 407007, 424261, 442071, 
    411571, 430068, 446914, 420739, 441207, 
    438933, 436348, 447332, 442119, 424436, 
    409550, 447602
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00394

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0564324,
    "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": 32,
          "cost": 0.0564324,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (439645,401030,435106,401667,431036,442622,435820,452529,426624,403050,452048,407841,405943,459502,431667,420500,433248,407007,424261,442071,411571,430068,446914,420739,441207,438933,436348,447332,442119,424436,409550,447602) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
401030 Max Router 479 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
401667 Max Router 612 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
403050 Max Shirt 138 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
405943 Max Shirt 348 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
407007 Max Shirt 726 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
407841 Max Shirt 261 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
409550 Max Sneakers 661 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
411571 Max Shirt 800 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
420500 Max Shirt 502 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
420739 Max Sneakers 275 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
424261 Max Shirt 742 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
424436 Max Sneakers 572 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
426624 Max Router 938 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
430068 Max Shirt 872 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
431036 Max Router 655 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
431667 Max Shirt 466 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
433248 Max Shirt 582 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
435106 Max Router 532 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
435820 Max Router 761 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
436348 Max Sneakers 378 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
438933 Max Sneakers 353 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
439645 Max Router 171 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
441207 Max Sneakers 348 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
442071 Max Shirt 770 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
442119 Max Sneakers 504 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
442622 Max Router 727 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
446914 Max Sneakers 148 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
447332 Max Sneakers 414 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
447602 Max Sneakers 678 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
452048 Max Shirt 177 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
452529 Max Router 848 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
459502 Max Shirt 465 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.