INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3303d63f29623cb3e56ec3cd3d3be5bc4563b76ee539f99f1df0e91a06b44d77', 
    'qMPyZ3OlLj/qV+i57tBLbIQoW4zxQ7SOjUN+E+dUDd0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)