INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '90922a7604d25957d939967cff6034995ce7640be145cc501bfc833b52efe742', 
    'FFh1NG9eQJYnhlm72lZvd1InegiEZYi0U4ttcAEnBsY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)