SELECT 
  booking_type 
FROM 
  ushop_booking_and_reservation 
WHERE 
  `booking_type` != 'N' 
  AND `product_id` = '361'

Query time 0.00032

JSON explain

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