INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e00af06118526882eca2371b17182d1ae4e866be46be176d89b18a6abb6963f5', 
    'ibDm5EbTe5BK5SELKBx6tQ4kCH72+P9f8zs6KTGephg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)