INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '913a8e2c572ced11ff786a69e0c9c2a5287354939db5bfba41f3bb89edd5a1be', 
    'LuBJ6AxFXE3WYlrcgfBUtpRIQv2pE7/0VUwpQnX9pLM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)