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 (11206, 11194, 11192) 
  AND cscart_product_descriptions.lang_code = 'ar'

Query time 0.00055

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.13"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (11206,11194,11192)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'ar'))",
      "cost_info": {
        "read_cost": "1.83",
        "eval_cost": "0.30",
        "prefix_cost": "2.13",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
11192 <p><strong>Gree Oil Radiator Filled Heater</strong> هي دفاية موثوقة وفعّالة مصممة لتوفير دفء ثابت وطويل الأمد للمساحات الداخلية؛ حيث تعتمد على زيت حراري يضمن توزيعاً متساوياً للحرارة ويوفّر إحساساً لطيفاً ومريحاً بالدفء دون تجفيف الهواء، مما يجعلها مثالية لغرف النوم وغرف المعيشة والمكاتب أو أي مساحة تحتاج إلى تدفئة يعتمد عليها. كما يتميز تشغيلها بالهدوء مع ترموستات قابل للتعديل وعدة مستويات للتدفئة لتخصيص الراحة حسب الرغبة، في حين يتيح تصميمها المحمول مع عجلات سهولة التنقل بين الغرف لتوفير تدفئة مريحة وموفرة للطاقة طوال موسم البرد.</p>
11194 <p><strong></strong></p><p><strong>Gree Water Dispenser</strong> هو موزع مياه عملي وفعّال مصمم لتوفير وصول سهل وسريع إلى المياه الباردة وذات درجة الحرارة العادية في المنازل والمكاتب والأماكن المشتركة، حيث يتميز بتصميم أنيق وعصري ينسجم بسلاسة مع مختلف البيئات؛ كما أنه مزوّد بعناصر تحكم سهلة الاستخدام وتقنية تبريد موثوقة تضمن توزيعاً سريعاً وثابتاً للمياه المنعشة، ويقدّم بفضل هيكله المتين وكفاءته في استهلاك الطاقة راحة طويلة الأمد للاستخدام اليومي.</p>
11206 <p><strong>Gree Air Purifier</strong> is an advanced air purification device designed to improve indoor air quality by removing pollutants, allergens, dust, and odors for a healthier living environment; featuring a multi-stage filtration system that captures fine particles and airborne contaminants, it delivers clean, fresh air throughout bedrooms, living rooms, offices, or shared spaces. With intuitive controls, adjustable fan speeds, and quiet operation, this air purifier provides customizable comfort while its energy-efficient performance and sleek, modern design ensure reliable and long-lasting use for everyday air purification needs.</p>