SELECT 
  * 
FROM 
  ushop_booking_and_reservation 
WHERE 
  1 
  AND `product_id` = 567

Query time 0.00137

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "table": {
      "table_name": "ushop_booking_and_reservation",
      "access_type": "const",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id"
      ],
      "key_length": "4",
      "ref": [
        "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": "160"
      },
      "used_columns": [
        "product_id",
        "booking_type",
        "date_from",
        "date_to",
        "book_time",
        "break_time",
        "apply_same_slots",
        "week_data"
      ]
    }
  }
}

Result

product_id booking_type date_from date_to book_time break_time apply_same_slots week_data
567 C 04/13/2026 04/17/2026 1 0 a:2:{s:10:"start_time";s:7:"12:00am";s:8:"end_time";s:6:"3:25pm";}