INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1e6fd3e70da2d84beebf22026075f0458c84655fb93245208e77288a6596b0fe', 
    'oLo+5wjxTmTkOdMK7bBmuMg1UfdVtzNkLnmVHLuClM8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)