INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'dbe188778a31f0f944b6238ad5b129ae5adb704aface10d48a852a5b39307054', 
    'fdyJ3hDGs4rdRdwb9BtqZ6SsaN9+BBr52heG4ZhlJAs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)