INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '96e41b8dbf6b6a94efc3fc8b9c4e970ceb5f911556a250c8c5f5b9805f52a148', 
    'BpopG3iHAJLEsG7kpYbiu17KLjMtU9C6PmRRB4Z+uFU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)