INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '40e7002e72c26fcb72e8ceb76dfbfe0d7de1d0346ad65cc6768faecb24f413ae', 
    'PeG6pnMs3aZHOtyA2GD8eh/p5soutMiLNg5xGxCZtSs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)