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 (403, 1753, 1754) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00032

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": 3,
      "filtered": 100,
      "index_condition": "cscart_product_descriptions.product_id in (403,1753,1754) and cscart_product_descriptions.lang_code = 'en'"
    }
  }
}

Result

product_id meta_keywords meta_description search_words promo_text
403 These bars come with a case for either storage or travel. Our Stow ‘n Go Soap Case is a clear, sturdy, reusable plastic clamshell <span style="font-size: 14pt; font-family: georgia, palatino, serif; color: #008000;">three varieties </span>
1753 These bars come with a case for either storage or travel. Our Stow ‘n Go Soap Case is a clear, sturdy, reusable plastic clamshell <span style="font-size: 14pt; font-family: georgia, palatino, serif; color: #008000;">three varieties </span>
1754 These bars come with a case for either storage or travel. Our Stow ‘n Go Soap Case is a clear, sturdy, reusable plastic clamshell <span style="font-size: 14pt; font-family: georgia, palatino, serif; color: #008000;">three varieties </span>