SELECT 
  product_id, 
  short_description, 
  full_description 
FROM 
  q_product_descriptions 
WHERE 
  product_id IN (
    41024, 41028, 41080, 41082, 41083, 41088
  ) 
  AND lang_code = 'en'

Query time 0.00044

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 (41024,41028,41080,41082,41083,41088)) 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
41024 <ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Scrupulously adorned lens blocks out most of the blue light, conferring remarkable colour contrast</li><li class="jsx-1889249662">Soft, non-slip nose pads reduce stress of prolonged wear and keep the glasses in place</li><li class="jsx-1889249662">Well-sculpted arms with curved temple tips offer a secure fit</li><li class="jsx-1889249662">Reinforced hinges impart flexibility and help in the adjustment of the frame</li></ul>
41028 <ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Tinted lenses shield the eyes from the harsh sun and help reduce blue light and glare</li><li class="jsx-1889249662">Soft, non-slip nose pads reduce the stress of prolonged wear</li><li class="jsx-1889249662">Shatter-resistant frame serves extensive, long-term usage</li><li class="jsx-1889249662">Well-sculpted arms with curved temple tips offer a secure fit</li><li class="jsx-1889249662">Reinforced hinges impart flexibility and help in the adjustment of the frame</li></ul>
41080 <ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Splurges tinted lenses that help reduce blue light and glare</li><li class="jsx-1889249662">Decked with reinforced hinges that impart flexibility and help in the initial adjustment</li><li class="jsx-1889249662">Cruises sculpted temples that comfortably mould back to the shape of your face</li><li class="jsx-1889249662">Toils saddle nose that reduce the stress of prolonged wear</li></ul>
41082 <ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Splurges tinted lenses that help reduce blue light and glare</li><li class="jsx-1889249662">Decked with reinforced hinges that impart flexibility and help in the initial adjustment</li><li class="jsx-1889249662">Cruises sculpted temples that comfortably mould back to the shape of your face</li><li class="jsx-1889249662">Toils saddle nose that reduce the stress of prolonged wear</li></ul>
41083 <div class="jsx-115903991 jsx-3349621030" style="margin-bottom:0px;padding:0px;border-width:0px;font-size:12px;line-height:inherit;font-family:'Proxima Nova', 'Helvetica Neue', Arial, sans-serif;vertical-align:baseline;color:rgb(64,69,83);background-color:rgb(255,255,255);"><div class="jsx-1889249662 overviewSection" style="margin-bottom:0px;padding:0px;border-width:0px;font:inherit;vertical-align:baseline;"><ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Splurges tinted lenses that help reduce blue light and glare</li><li class="jsx-1889249662">Decked with reinforced hinges that impart flexibility and help in the initial adjustment</li><li class="jsx-1889249662">Cruises sculpted temples that comfortably mould back to the shape of your face</li><li class="jsx-1889249662">Toils saddle nose that reduce the stress of prolonged wear</li></ul></div></div><p><br /></p>
41088 <ul class="jsx-1889249662 highlights"><li class="jsx-1889249662">Scrupulously adorned lens blocks out most of the blue light, conferring remarkable colour contrast</li><li class="jsx-1889249662">Saddle nose bridge reduces stress of prolonged wear</li><li class="jsx-1889249662">Well-sculpted arms with curved temple tips offer a secure fit</li><li class="jsx-1889249662">Reinforced hinges impart flexibility and help in the adjustment of the frame</li></ul>