SELECT 
  product_id, 
  short_description, 
  full_description 
FROM 
  q_product_descriptions 
WHERE 
  product_id IN (
    36000, 36001, 36555, 36761, 37108, 37109
  ) 
  AND lang_code = 'en'

Query time 0.00035

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.41"
    },
    "table": {
      "table_name": "q_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_product_descriptions`.`product_id` in (36000,36001,36555,36761,37108,37109)) and (`portal`.`q_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "13.21",
        "eval_cost": "1.20",
        "prefix_cost": "14.41",
        "data_read_per_join": "22K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
36000 <div class="centerColAlign"> <div class="feature"> <div class="a-section a-spacing-medium a-spacing-top-small"> <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Wearing this perfume will make children feel fresh</span></li> <li><span class="a-list-item">It has a lovely package and bottle design</span></li> <li><span class="a-list-item">Top Notes : Grapefruit, Bergamot and Bitter Orange</span></li> <li><span class="a-list-item">Middle Notes : Cassis, Rose and Orange Blossom</span></li> <li><span class="a-list-item">Base Notes : Musk</span></li> <li><span class="a-list-item">Targeted Group : Unisex</span></li> <li><span class="a-list-item">Fragrance Type : Eau de Toilette</span></li> <li><span class="a-list-item">Capacity : 50ml</span></li> </ul></div> </div> <div class="feature"> </div> <div class="feature"> </div> <div class="feature"> </div> <div> </div> <div class="feature"> </div> <div class="feature"> </div> <div class="feature"> </div> <div class="feature"> </div> <div class="feature"> </div> <div class="feature"> </div> <div class="feature"> </div> <div class="feature"> </div> </div> <div class="centerColAlign"> <div class="feature"> </div> </div>
36001 <ul><li>Yellow Bird (also known as Chuck) is the fastest of the Angry Birds. Its fragrance consists of lemon plus spices. The bottle has the shape of Chuck. Perfume with a good and strong smell, doesn't cause any allergies for children</li> <li>it is added inside a pack shaped like Angry bird</li> <li>Capacity: 50ml</li> <li>Made in Spain</li> <li>Yellow Bird (also known as Chuck) is the fastest of the Angry Birds. Its fragrance consists of lemon plus spices. The bottle has the shape of Chuck. Perfume with a good and strong smell, doesn't cause any allergies for children</li> <li>it is added inside a pack shaped like Angry bird</li> <li>Capacity: 50ml</li> <li>Made in Spain</li> </ul>
36555 <p><b><b>Pure Lavender</b></b> by <b><b>Ferrari</b></b> is a Aromatic Fougere fragrance for women and men. <b><b>Pure Lavender</b></b> was launched in 2015. Top notes are bergamot, lemon and cardamom; middle notes are sage and lavender; base notes are vanilla, patchouli and cashmere wood. </p>
36761 <ul><li><span class="redactor-selection-marker"></span>House Of Sillage </li><li>Good Girl </li><li>Unisex</li><li>30Ml<span class="redactor-selection-marker"></span></li></ul>
37108 <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Brand: MS Collection</span></li> <li><span class="a-list-item">Fragrance Type: Eau de Parfum</span></li> <li><span class="a-list-item">Size: 30ml</span></li> <li><span class="a-list-item">Targeted Group: Women</span></li> <li><span class="a-list-item">Fragrance Family: Oriental & Floral</span></li> <li><span class="a-list-item">Perfume Name: No.3 Ispahan</span></li> <li><span class="a-list-item">Expirable: Yes</span></li> </ul>
37109 <div class="centerColAlign"> <div class="feature"> <div class="a-section a-spacing-medium a-spacing-top-small"> <ul class="a-unordered-list a-vertical a-spacing-none"><li><span class="a-list-item">Brand: MS Collection</span></li> <li><span class="a-list-item">Fragrance Type: Eau de Parfum</span></li> <li><span class="a-list-item">Size: 30ml</span></li> <li><span class="a-list-item">Targeted Group: Unisex</span></li> <li><span class="a-list-item">Fragrance Family: Floral & Fruity</span></li> <li><span class="a-list-item">Perfume Name: No.1 Afgano</span></li> <li><span class="a-list-item">Expirable: Yes</span></li> </ul></div> </div> <div class="feature"> </div> </div>