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 (
    439522, 420223, 402063, 434025, 453641, 
    407875, 450825, 427907, 427353, 431455, 
    406944, 424119, 412948, 438098, 417337, 
    403309, 429951, 411429, 443819, 402148, 
    438958, 423821, 449843, 410922
  ) 
  AND cscart_product_descriptions.lang_code = 'ar'

Query time 0.00086

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 (439522,420223,402063,434025,453641,407875,450825,427907,427353,431455,406944,424119,412948,438098,417337,403309,429951,411429,443819,402148,438958,423821,449843,410922) and cscart_product_descriptions.lang_code = 'ar'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
402063 Classic Shirt 474 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
402148 Eco Backpack 732 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
403309 Classic Watch 522 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
406944 Classic Sofa 669 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
407875 Classic Shirt 741 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
410922 Eco Book 247 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
411429 Classic Watch 833 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
412948 Classic Sofa 932 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
417337 Classic Watch 372 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
420223 Classic Shirt 472 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
423821 Eco Backpack 906 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
424119 Classic Sofa 828 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
427353 Classic Sneakers 599 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
427907 Classic Sneakers 426 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
429951 Classic Watch 591 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
431455 Classic Sofa 594 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
434025 Classic Shirt 482 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
438098 Classic Watch 266 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
438958 Eco Backpack 741 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
439522 Classic Shirt 355 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
443819 Eco Backpack 337 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
449843 Eco Book 195 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
450825 Classic Sneakers 193 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
453641 Classic Shirt 544 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.