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 (
    1825, 1826, 1827, 1828, 1829, 1830, 1831, 
    1300, 1301, 1302, 1304, 1303
  ) 
  AND cscart_product_descriptions.lang_code = 'ar'

Query time 0.00040

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0216566,
    "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": 12,
          "cost": 0.0216566,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (1825,1826,1827,1828,1829,1830,1831,1300,1301,1302,1304,1303) and cscart_product_descriptions.lang_code = 'ar'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
1300 Wedgetail Adventure Accessory Gas Bottle Holder
1301 Wedgetail Adventure Accessory Hexmesh panel
1302 Wedgetail Adventure Accessory HexMesh Panel for Van
1303 Wedgetail Adventure Accessory Jerry can holder
1304 Wedgetail Adventure Accessory Hi-lift bracket
1825 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-2013U
1826 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-2212U
1827 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-2213U
1828 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-2214U
1829 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-3015U
1830 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-3315U
1831 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-4015U