INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c11eef7306df88b42abbc5849a0882944ec236b5fa51bbd4eac8a3a9e57229a5', 
    'M+y5+yb5TrLVwpaUVYYHlRk7i+8LxK9UKZjO17NED8A=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)