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

Query time 0.00036

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "const",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "ref": [
        "const",
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 1,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.00",
        "eval_cost": "0.10",
        "prefix_cost": "0.00",
        "data_read_per_join": "3K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
4009 <ul><li>Horn vase - Kenya - East Africa</li><li>Approximate dimensions: 22cm x 8cm x 10cm</li><li>These beautiful vases are created by artisans in Kenya from upcycled horn, sourced from local farmers who would otherwise discard it</li><li>Polished with great care, this vase adds a sophisticated and natural look to any home</li><li>Due to the nature of the materials, each piece may differ slightly in color, texture, and dimensions</li><li>The bone used in our pieces is upcycled, collected from local farmers who would otherwise discard it</li><li>We recommend placing a cup inside the vase for holding water.</li></ul>