INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6599285a7b5d50e4f99f85a6bed591f861cce4c10023264ddd45f24c0ba28a74', 
    'nrJ/qSOtwwBFgc2tN/C+v5OgiLy/HLYLAC7zfB9tZp8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)