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 (
    432464, 440571, 426931, 418909, 439791, 
    454556, 443028, 452359, 449330, 402443, 
    418233, 438218, 431841, 439184, 457686, 
    448158, 426138, 428377, 411651, 455838, 
    431788, 460888, 433987, 409759
  ) 
  AND cscart_product_descriptions.lang_code = 'ar'

Query time 0.00141

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 (432464,440571,426931,418909,439791,454556,443028,452359,449330,402443,418233,438218,431841,439184,457686,448158,426138,428377,411651,455838,431788,460888,433987,409759) and cscart_product_descriptions.lang_code = 'ar'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
402443 Prime Sofa 104 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
409759 Pro Book 720 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
411651 Pro Backpack 821 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
418233 Prime Sofa 610 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
418909 Prime Sneakers 397 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
426138 Prime Watch 725 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
426931 Prime Sneakers 223 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
428377 Prime Watch 992 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
431788 Pro Book 195 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
431841 Prime Sofa 879 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
432464 Prime Shirt 785 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
433987 Pro Book 344 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
438218 Prime Sofa 754 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
439184 Prime Sofa 890 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
439791 Prime Sneakers 587 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
440571 Prime Shirt 870 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
443028 Prime Sneakers 942 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
448158 Prime Watch 442 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
449330 Prime Sneakers 981 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
452359 Prime Sneakers 969 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
454556 Prime Sneakers 644 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
455838 Pro Book 138 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
457686 Prime Watch 390 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
460888 Pro Book 200 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.