INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7af7cdde5f5c9b79478bf043a9f82e875c6436e89884dedadec8f303b9624f0b', 
    'e/3LpGyl3t0daYAkSsGAMZkz61sPTcdGcZSEZawHOxA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00059

Result

int(1)