SELECT 
  vi_product_descriptions.product_id, 
  vi_product_descriptions.short_description, 
  IF(
    vi_product_descriptions.short_description = '' 
    OR vi_product_descriptions.short_description IS NULL, 
    vi_product_descriptions.full_description, 
    ''
  ) AS full_description, 
  vi_product_descriptions.meta_keywords, 
  vi_product_descriptions.meta_description, 
  vi_product_descriptions.search_words, 
  vi_product_descriptions.promo_text, 
  vi_product_descriptions.unit_name 
FROM 
  vi_product_descriptions 
WHERE 
  vi_product_descriptions.product_id IN (140, 141, 144, 143, 142) 
  AND vi_product_descriptions.lang_code = 'en'

Query time 0.00016

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "vi_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "rows": 5,
          "filtered": 100,
          "index_condition": "vi_product_descriptions.product_id in (140,141,144,143,142) and vi_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description meta_keywords meta_description search_words promo_text unit_name
140 <p>This easy-to-carry, powerful speaker system frees your iPod/iPhone music for your active lifestyle. Enjoy your entire content library whenever you want, wherever you go.</p> <p class="product-promo-text"><span class="product-promo-header">FREE US shipping over $100!</span><span class="product-promo-body">Orders within next 2 days will be shipped on Monday</span></p>
141 <p>This easy-to-carry, powerful speaker system frees your iPod/iPhone music for your active lifestyle. Enjoy your entire content library whenever you want, wherever you go.</p> <p class="product-promo-text"><span class="product-promo-header">FREE US shipping over $100!</span><span class="product-promo-body">Orders within next 2 days will be shipped on Monday</span></p>
142 <p>Enjoy music from all your favorite sources with this attractive all-in-one audio system.</p> <p class="product-promo-text"><span class="product-promo-header">FREE US shipping over $100!</span><span class="product-promo-body">Orders within next 2 days will be shipped on Monday</span></p>
143 <p>A certified "works with iPhone" Desktop Audio product that every iPhone or iPod fan who wants to enjoy a higher sound quality with a powerful output needs to have! The PDX-30 includes a card-type remote control for additional convenience.</p> <p class="product-promo-text"><span class="product-promo-header">FREE US shipping over $100!</span><span class="product-promo-body">Orders within next 2 days will be shipped on Monday</span></p>
144 <p>A certified "works with iPhone" Desktop Audio product that every iPhone or iPod fan who wants to enjoy a higher sound quality with a powerful output needs to have! The PDX-30 includes a card-type remote control for additional convenience.</p> <p class="product-promo-text"><span class="product-promo-header">FREE US shipping over $100!</span><span class="product-promo-body">Orders within next 2 days will be shipped on Monday</span></p>