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

Query time 0.00036

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "const",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "ref": ["const", "const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

product_id short_description full_description
236 <p>&bull; 6 person tent/ 2 rooms<br />&bull; 17'x9' footprint<br />&bull; Cabin structure; heavier, stronger, better for extended stay camping<br />&bull; 6 ft. 10 in. center height<br />&bull; 2 Doors - Front Door is Hinged (Patent Pending)<br />&bull; Strong steel and fiberglass frame<br />&bull; Control airflow with Variflo&trade; adjustable ventilation<br />&bull; Privacy vent window<br />&bull; Interior gear pocket<br />&bull; Electrical access port<br />&bull; Reverse angle windows<br />&bull; Easy set up with continuous, color coded pole sleeves and shock-corded poles<br />&bull; Easy instructions sewn into durable carry bag<br />&bull; Carry bag also includes separate sacks for poles and stakes<br />&bull; Fly: Polyester taffeta 75D <br />&bull; Mesh: Polyester 68D inner tent<br />&bull; Floor: Polyethylene 1000D-140g/sqm floor<br />&bull; Limited 1 year warranty<br />&bull; Made in China</p>