SELECT 
  booking_type 
FROM 
  ushop_booking_and_reservation 
WHERE 
  1 
  AND `product_id` = "450"

Query time 0.00103

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}