INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'abeda9240495e8c07c0e33f5cc15ec972592d5a4c50102615e78f9ed3f6ca050', 
    '9n1r3RaMoHfUrkvOL1FBHrhQYD2es4x639hwGD8uea8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)