INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1564d90735f95da3d0ae1e5ae682f9c6e4caaa4692b80cdefc37ddbbb15fc149', 
    'ihjWEd3b7e4wtBrDxAGt75SQHKfGFFb+PLFDoCK96G8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)