INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8786212f4cc6867ee1b368d40ad53b051365068e8a589f40fc21484915cdc3b5', 
    'SQE4wccol+ghFt3xie1bIf4ie0nPCYVFa4Ou11fqhf4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)