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 (2278, 3498, 2276) 
  AND cscart_product_descriptions.lang_code = 'ar'

Query time 0.00059

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 (2278,3498,2276)) 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
2276 <p>The <strong>Deli E9948 Paper Shredder</strong> is a high-capacity shredder ideal for busy offices and workspaces. It efficiently shreds up to <strong>15 sheets per pass</strong>, helping you dispose of sensitive documents with ease. Powered directly by <strong>AC 220-240V mains electricity</strong> (no internal battery required), this shredder combines reliable performance with a sleek <strong>black design</strong>, adding both security and style to your environment.</p>
2278 <p>The <b>Deli E9911 Paper Shredder</b> is a reliable cross-cut shredder designed for efficient document disposal. With a <b>sheet capacity of 10 sheets per pass</b>, it handles daily shredding tasks with ease. The shredder operates on <b>AC 220-240V mains power</b> (no internal battery required) and comes in an elegant <b>white finish</b>, making it a sleek and practical addition to any office or home workspace.</p>
3498 <p>تم تصميم <strong>Deli Heavy Duty Stapler</strong> لأداء مهام التدبيس ذات الحجم الكبير، مما يجعلها مثالية للاستخدام في المكاتب والمدارس والبيئات الصناعية. تتميز بهيكل معدني قوي يوفر متانة وموثوقية عالية. يمكن لـ <strong>Deli Heavy Duty Stapler</strong> تدبيس عدد كبير من الأوراق، مما يضمن ربط المستندات بكفاءة. كما أن تصميمها المريح يوفر راحة أثناء الاستخدام الطويل، في حين تضمن آلية منع الانحشار تشغيلًا سلسًا. وهي متوافقة مع أحجام مختلفة من الدبابيس لتلبية احتياجات التدبيس المتنوعة، من الاستخدامات القياسية إلى المهام الثقيلة.</p>