INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fb2bfc3ff6f2608c6475c1eba4b7979e9406b8ef94e4356a090719fcccddf8ae', 
    '90YZMM6JGbY5IT8JX5htw9h7yDlzEdemzL4fKLOI1qw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)