INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '047f1bb65600216e37894a68455f06914c6e560af1b4342845c9962f5283b4d6', 
    '7LllQZmMTGAx8nNoDRkR/57yY/i3/nN/SNG6vO2gxg8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)