INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9651d5c6686e2ee265b29aab810c8cb89f3d6b832ae28e3ef464f48a94647010', 
    'JodYsIyYywGYBtdlVn5q+sSyioqR8PT/kKC5xcYT7M8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)