INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3f48a8edd245b2d5a95419f4256ab311d19386a35eb2df11a2e6ff7d15f0ea80', 
    'x2WKuCE3pA9i2s7eGpZ/rQ9eutOKs8xBX70Zgm8uZZs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)