INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5f2541160a9e48fe31351d8fd35eb2793967eb8f498d89b926eb6da6347e6088', 
    'REZZvTXSZPKTRh/D/aOpks8EVHAWpon+ohMXgrplGM8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)