INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2ad2d88d8df3f2c8b2a53d6e943b49d7f500dace055d71587f089e5825ab6eaa', 
    'zMhNCJ/WWr0VBLlg5jhPqxVUr/h7dDssx22P/5qrLso=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)