INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '85133d68985517fb90f0b8d88298d4b600f8881a9f721958a39bb771ead7aa0d', 
    'Bio2tZozMYOJrPmZkJGvULgQnqZtg0Twln8bhOVx3b0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)