SELECT 
  `count` 
FROM 
  cscart_products_in_cart_count 
WHERE 
  product_id = 81

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}