INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4a62d33bef2416fe22dad11655f180c48ce1da00135197c5d60ee41754627522', 
    '6xl0/CMPKoWnXShMkkmLII9AmuAI4nV5iVFAPplGPGg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00042

Result

int(1)