INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e980e8d46aa158fccc71ef191fc9617eec7889f9f9bcc0609463aeb15f988700', 
    '/IZ9D9gLGl4u3nnyPKGPsxtQW1JgosQHZwAz7f5n0Xw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00047

Result

int(1)