SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.meta_keywords, 
  cscart_product_descriptions.meta_description, 
  cscart_product_descriptions.search_words, 
  cscart_product_descriptions.promo_text 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (337, 1562, 1563, 1564) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["product_id", "lang_code"],
      "rows": 4,
      "filtered": 100,
      "index_condition": "cscart_product_descriptions.product_id in (337,1562,1563,1564) and cscart_product_descriptions.lang_code = 'en'"
    }
  }
}

Result

product_id meta_keywords meta_description search_words promo_text
337 all natural beard oil 'I love Herbaria all natural Beard Oil!' All natural, moisturizing, scented only with essential oils. Buy 6 get 1 free. Free shipping on $60 orders. Healthy for face and body. <span style="font-family: georgia, palatino, serif; font-size: 14pt; color: #008000;">three scents + unscented</span>
1562 all natural beard oil 'I love Herbaria all natural Beard Oil!' All natural, moisturizing, scented only with essential oils. Buy 6 get 1 free. Free shipping on $60 orders. Healthy for face and body. <span style="font-family: georgia, palatino, serif; font-size: 14pt; color: #008000;">three scents + unscented</span>
1563 all natural beard oil 'I love Herbaria all natural Beard Oil!' All natural, moisturizing, scented only with essential oils. Buy 6 get 1 free. Free shipping on $60 orders. Healthy for face and body. <span style="font-family: georgia, palatino, serif; font-size: 14pt; color: #008000;">three scents + unscented</span>
1564 all natural beard oil 'I love Herbaria all natural Beard Oil!' All natural, moisturizing, scented only with essential oils. Buy 6 get 1 free. Free shipping on $60 orders. Healthy for face and body. <span style="font-family: georgia, palatino, serif; font-size: 14pt; color: #008000;">three scents + unscented</span>