INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '45d7c7006b415d8ab47da45e6b22829d1b09753f41d8683170d2062f1501e79b', 
    'BMqmmGKeH/nZ0d21lp9YL+2NSQY78rMMajVi5b0Mvmw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00074

Result

int(1)