SELECT 
  product_id, 
  short_description, 
  full_description 
FROM 
  cscart_product_descriptions 
WHERE 
  product_id IN (4070, 4154, 4144, 4152) 
  AND lang_code = 'en'

Query time 0.00019

JSON explain

{
  "query_block": {
    "select_id": 1,
    "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": 4,
      "filtered": 100,
      "index_condition": "cscart_product_descriptions.product_id in (4070,4154,4144,4152)",
      "attached_condition": "cscart_product_descriptions.lang_code = 'en'"
    }
  }
}

Result

product_id short_description full_description
4070 <ul><li>African beads and jewellery have played an enormous role in the culture, fashion, economy, and artistic expression of the African people</li><li>Today, they are cherished by collectors, jewellery makersĀ and everyday people who just love wearing or displaying African beads</li></ul>
4144 <ul><li>African Shakers for any interior display</li><li>Approximate dimensions: 25cm x 6cm x 5cm</li></ul> <p><br /></p> <p><br /></p>
4152 <ul><li>Antelope mask - Mali - West Africa</li><li>Approximate dimensions: 42cm x 12cm x 11cm</li><li>Antelope are admired by the Dogon people for their beauty and strength of their performance</li></ul>
4154 <ul><li>African Mask</li><li>Decorate your home with a West African Mask</li><li>Approximate dimensions: 42cm x 12cm x 11cm</li></ul>