SELECT 
  netting_product_descriptions.product_id, 
  netting_product_descriptions.short_description, 
  IF(
    netting_product_descriptions.short_description = '' 
    OR netting_product_descriptions.short_description IS NULL, 
    netting_product_descriptions.full_description, 
    ''
  ) AS full_description, 
  netting_product_descriptions.unit_name 
FROM 
  netting_product_descriptions 
WHERE 
  netting_product_descriptions.product_id IN (
    531, 570, 592, 569, 707, 757, 761, 834
  ) 
  AND netting_product_descriptions.lang_code = 'es'

Query time 0.00047

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "netting_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "rows": 8,
          "filtered": 100,
          "index_condition": "netting_product_descriptions.product_id in (531,570,592,569,707,757,761,834) and netting_product_descriptions.lang_code = 'es'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
531 <p>Discover durable climb netting engineered for safety and longevity. Crafted with color-throughout jacket yarns, our nets resist UV fading and maintain vibrant colors. With a minimum breaking strength of 3,200 lbs, each net intersection is double-tucked for stability. Oversized shrink nets ensure easy application and self-tension when wetted, while mesh openings are securely sized at 3.5” x 3.5”. Manufactured under Quality Control Standard USN-1a and compliant with ASTM F24 Standard F2375-09, our climb netting is also available in a non-shrink option for versatile applications.</p>
569 <p>Discover durable climb netting engineered for safety and longevity. Crafted with color-throughout jacket yarns, our nets resist UV fading and maintain vibrant colors. With a minimum breaking strength of 3,200 lbs, each net intersection is double-tucked for stability. Oversized shrink nets ensure easy application and self-tension when wetted, while mesh openings are securely sized at 3.5” x 3.5”. Manufactured under Quality Control Standard USN-1a and compliant with ASTM F24 Standard F2375-09, our climb netting is also available in a non-shrink option for versatile applications.</p>
570 <p>Discover durable climb netting engineered for safety and longevity. Crafted with color-throughout jacket yarns, our nets resist UV fading and maintain vibrant colors. With a minimum breaking strength of 3,200 lbs, each net intersection is double-tucked for stability. Oversized shrink nets ensure easy application and self-tension when wetted, while mesh openings are securely sized at 3.5” x 3.5”. Manufactured under Quality Control Standard USN-1a and compliant with ASTM F24 Standard F2375-09, our climb netting is also available in a non-shrink option for versatile applications.</p>
592 <p>Discover durable climb netting engineered for safety and longevity. Crafted with color-throughout jacket yarns, our nets resist UV fading and maintain vibrant colors. With a minimum breaking strength of 3,200 lbs, each net intersection is double-tucked for stability. Oversized shrink nets ensure easy application and self-tension when wetted, while mesh openings are securely sized at 3.5” x 3.5”. Manufactured under Quality Control Standard USN-1a and compliant with ASTM F24 Standard F2375-09, our climb netting is also available in a non-shrink option for versatile applications.</p>
707 <p>Our shrinking rope shrinks to 80% of its original length when watered. When it is dry it remains tensioned. If it stretches with use just water to return to full tension.</p><p>Don't need shrinking rope? Select non shrinking at checkout.</p><p> </p><p> </p>
757 <p>Our shrinking rope shrinks to 80% of its original length when watered. When it is dry it remains tensioned. If it stretches with use just water to return to full tension.</p><p>Don't need shrinking rope? Select non shrinking at checkout.</p><p> </p><p> </p>
761 <p>Our shrinking rope shrinks to 80% of its original length when watered. When it is dry it remains tensioned. If it stretches with use just water to return to full tension.</p><p>Don't need shrinking rope? Select non shrinking at checkout.</p><p> </p><p> </p>
834