INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3a77e6f8fdc8dc57f8fcce9f717c1634df57f0feaf996daeb1e888226320237a', 
    'x1MCoHZ7Z7jrVwtGssd+NkLVPGAH9ueDWdLGt5i+n/M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)