INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '70071e470a0eaf408371d3776703bd58b1a30a203d798053ded5a3b747d2f1bb', 
    'ct5KVlPzBN5gGqCVZRxGM9ENW+v4xjZX51DqldZxB28=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)