INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4534fbd2fce71d0cabec9057e3c1a3c7e55dd705600edca4a6a19bfbdead79c3', 
    'YLPWS71LwCwyBwCeBqvUkpL4Zcntf+xeVsv/ZQXHzns=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)