INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4803b62279f396dad249ef5e99ded9f7908a548edee638e2475778f79c74520a', 
    'UH5SeAPqo3k+peRNuo9t/r0/V8lG+74xn5Xxm3LYQbc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)