INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '132d89da3893b5804a29cc2cbf9717c38f4b96f0b833ba6162464753642d1637', 
    'aa4WTG2ZL7IG2lyplsJtalUmT31e3rCcCZ4y+Td35kY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)