SELECT 
  product_id, 
  short_description, 
  full_description 
FROM 
  cscart_product_descriptions 
WHERE 
  product_id IN (219, 222, 220) 
  AND lang_code = 'en'

Query time 0.00046

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "product_id",
          "key_length": "3",
          "used_key_parts": ["product_id"],
          "rows": 3,
          "filtered": 100,
          "index_condition": "cscart_product_descriptions.product_id in (219,222,220)",
          "attached_condition": "cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description
219 <p>Don't be weighed down by wasted time, let your PC come alive when you need it. Your life happens on the go, you don't have time to wait for PC to shut down and power up. With Samsung's exclusive Fast Start technology, simply close the lid to enter a hybrid sleep mode. When you open the lid, you are up and running in less than 3 sec.</p>
220 <p>Cutting edge design: Sleek aluminum, a stunning screen, cutting edge performance, all seamlessly blended in one of the world&rsquo;s thinnest quad core PC.</p>
222 <p>Don't be weighed down by wasted time, let your PC come alive when you need it. Your life happens on the go, you don't have time to wait for PC to shut down and power up. With Samsung's exclusive Fast Start technology, simply close the lid to enter a hybrid sleep mode. When you open the lid, you are up and running in less than 3 sec.</p>