INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c4a032aae7a03029f0b94803053be66ab8c3c65cbaa6d4e41dddbbeebf6c72ae', 
    'D9ZrMBfZjFfsQUhWgikapEpvpRoq+JYPnOplbYe1YMg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)