INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6f6d8d15e3cfb6e042526cfb996e3c9243ef7aadb2d73c0fc837026c42050908', 
    'PIh/Gc+P6lD/7pxXKGGF4FqLhl/uUhHaVTeyPTRNQ4M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)