INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fac4a8d152e81edd154bf0535e62ffe6be1f84acd6f6e7e3cbc0e7a8de6af072', 
    'VE92VqPp/x9np89FS1pJjJrDcBFIUZGYph8EdJ/e6jo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)