SELECT 
  product_id, 
  short_description, 
  full_description 
FROM 
  cscart_product_descriptions 
WHERE 
  product_id IN (
    15487, 16246, 13414, 15051, 11169, 11168
  ) 
  AND lang_code = 'en'

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.21"
    },
    "table": {
      "table_name": "cscart_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": "((`dev_yourmart_co_bw`.`cscart_product_descriptions`.`product_id` in (15487,16246,13414,15051,11169,11168)) and (`dev_yourmart_co_bw`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "3.61",
        "eval_cost": "0.60",
        "prefix_cost": "4.21",
        "data_read_per_join": "22K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
11168 <ul><li>Purified Still Water Case (24 x 500ml)</li><li>Reverse Osmosis process&nbsp;</li><li>Clean and safe to drink</li><li>500ml water bottles in a case of 24</li></ul> <p><br></p> <p><br></p>
11169 <p>Great Tasting Pure Aquarite water packed in 1l bottles 12 bottles per case. </p> <ul><li>Purified Still water,&nbsp;</li><li>Great tasting pure safe drinking water.&nbsp;</li><li>Clean and safe to drink </li><li>1 L bottles in a case of 12&nbsp;</li></ul> <p><br></p>
13414 <p></p> <table><tbody><tr><td>Appletiser 750ml</td></tr></tbody></table>
15051
15487
16246