INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'dc223059381e1e03b69341a9ac66530cfb23377e3aa5c7eb7e84b96e065c6aa2', 
    '4DP1kjy5jpt6xSe1V4tGG7Q9L4lBBQUJutxfPufXb8A=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)