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 (1284, 4812) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00060

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.42"
    },
    "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": 2,
      "rows_produced_per_join": 2,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (1284,4812)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "1.23",
        "eval_cost": "0.20",
        "prefix_cost": "1.43",
        "data_read_per_join": "9K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
1284 <p>The Samsung Galaxy Watch6 Classic runs on Wear OS 4 and features a timeless design with a rotating bezel. It comes in two sizes—43mm and 47mm—with Super AMOLED displays offering resolutions of 432-by-432 pixels and 480-by-480 pixels, respectively. Powered by the Exynos W930 processor and Mali-G68 GPU, it delivers smooth performance, supported by 2GB of RAM. The watch includes eSIM support for LTE models, allowing standalone connectivity. Battery capacity is 300mAh for the 43mm version and 425mAh for the 47mm, both supporting wireless charging. With no cameras onboard, the Watch6 Classic focuses on health tracking, smart features, and refined aesthetics.</p>
4812 <p>ساعة <strong>Samsung Galaxy Watch 7</strong> هي ساعة ذكية أنيقة وقوية مصممة لتعزيز أسلوب حياتك اليومي. تعمل بنظام <strong>Wear OS 5</strong> وتأتي بشاشة مشرقة بحجم 40 ملم (بدقة 432×432 بكسل) أو شاشة أكبر بحجم 44 ملم (بدقة 480×480 بكسل) لتوفير صور واضحة وحادة. مدعومة بمعالج <strong>Exynos W1000</strong> وذاكرة وصول عشوائي بسعة 2 جيجابايت، مما يضمن أداءً سلسًا للتطبيقات والإشعارات. كما يحتوي المعالج على وحدة معالجة رسومات مدمجة لتحسين الرسوميات وتجربة أكثر سلاسة. تدعم الساعة الاتصال عبر <strong>LTE</strong> اختياريًا باستخدام شريحة <strong>eSIM</strong> لتبقى متصلاً حتى من دون هاتفك. وتوفر بطارية طويلة الأمد بسعة 300mAh في إصدار 40 ملم و425mAh في إصدار 44 ملم، مع دعم الشحن اللاسلكي لسهولة الاستخدام. بفضل تصميمها الأنيق ووظائفها الذكية، تعد ساعة <strong>Samsung Galaxy Watch 7</strong> مثالية للبقاء على اتصال أثناء التنقل.</p>