INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '59171ae93729955ae45ca18a87da495f005251ffe3a8a31266eaea55641b96b0', 
    'byDLxU2QS92segz4Et73hqyaepcCaNSY4xmhma0cylU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)