INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2d677bff8f9d104e6e0643c35dc5e7a5876addcd2f9575e931105de6b996cce2', 
    'rP6j9p/+c535om+844FZByxk/j45DJtec38TIOrTt0w=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)