SELECT 
  product_id, 
  short_description, 
  full_description 
FROM 
  cscart_product_descriptions 
WHERE 
  product_id IN (122, 115) 
  AND lang_code = 'en'

Query time 0.00035

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "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": 2,
          "filtered": 100,
          "index_condition": "cscart_product_descriptions.product_id in (122,115)",
          "attached_condition": "cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description
115 <p><span class="content">The all new 100mm travel Evolve sst.2 with ICT Technology is dialed in to maintain the legendary efficiency, handling and ride of a nimble full suspension cross country bike while harnessing the rolling efficiency and feel of the 29" wheel. The NEW super formed pivot integrated seat tube is lighter and stronger while the NEW semi-integrated tapered head tube is stiffer and more responsive. </span></p>
122 <p><span class="content">The all new ICT bred Evolution 29er boasts 120mm of fully active travel. Combine the Evolution sst.2 120 frame with a set of fast rolling 29" wheels and you have a machine that can take you further than you ever thought possible.</span></p>