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 (
    433161, 424229, 448141, 452096, 439269, 
    435935, 439815, 450361, 439963, 402412, 
    402497, 410461, 454777, 427310, 441321, 
    444113, 417555, 454342, 445485, 408738, 
    428075, 410195, 428819, 404494, 454049, 
    440255, 459252, 405167, 401806, 425534, 
    438532, 458860
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00598

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 (433161,424229,448141,452096,439269,435935,439815,450361,439963,402412,402497,410461,454777,427310,441321,444113,417555,454342,445485,408738,428075,410195,428819,404494,454049,440255,459252,405167,401806,425534,438532,458860) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
401806 Prime Shirt 347 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
402412 Prime Phone 587 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
402497 Prime Phone 626 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
404494 Prime Router 965 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
405167 Prime Shirt 337 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
408738 Prime Router 233 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
410195 Prime Router 856 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
410461 Prime Phone 857 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
417555 Prime Router 204 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
424229 Prime Phone 223 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
425534 Prime Shirt 357 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
427310 Prime Router 112 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
428075 Prime Router 581 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
428819 Prime Router 886 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
433161 Prime Phone 200 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
435935 Prime Phone 434 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
438532 Prime Shirt 367 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
439269 Prime Phone 314 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
439815 Prime Phone 447 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
439963 Prime Phone 583 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
440255 Prime Shirt 210 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
441321 Prime Router 148 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
444113 Prime Router 164 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
445485 Prime Router 217 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
448141 Prime Phone 234 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
450361 Prime Phone 519 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
452096 Prime Phone 250 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
454049 Prime Shirt 202 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
454342 Prime Router 214 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
454777 Prime Phone 925 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
458860 Prime Shirt 454 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
459252 Prime Shirt 303 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.